windows-installer
windows-installer copied to clipboard
Shortcut "Start in" garbled
I am using Electron Forge 6.0.4 and for some reason the Windows shortcut that gets created has the following "Start in":
ta\Local\TheApplication\TheApplication.exe8C:\Users\eliw00d\AppData\Local\TheApplication\app-0.25
My app version is 0.25.0, so it's two different strings concatenated at different points and missing information.
Also, the icon is set to:
0@C:\Users\eliw00d\AppData\Local\TheApplication.
I am pretty sure it worked earlier in Electron Forge 6 beta, so it must have been after they upgraded the version of electron-winstaller.
Any thoughts?