electron / electron/windows-installer
Shortcut "Start in" garbled
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 267
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.