You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the source code that related NSIS target. It used $(PRODUCT_FILENAME)$(VERSION) as install path. The Squirrel.Windows is using app/package.json's name as directory. However my productName is non-ASCII name(ex: 大量刊登助手). My App have the other execution file that can't be running on the non-ASCII path in windows. Can you help me to customize the install directory name in NSIS oneClick mode? Or any workaround?