I've successfully used this plugin to produce an MSI installer of my app, which works without issue; since the app is pretty small, I thought I'd try a standalone EXE, too, but I have the following issues:
The resulting EXE 1) does not have my application icon and 2) crashes immediately after executing it.
This is a bit weird since the EXE of the app image does have the icon and doesn't crash (but it needs to remain in the folder with all the libraries etc, so it's not standalone).
Furthermore, the only differences between how I build the MSI and the EXE are a different value for installerType and that no additional installerOptions (win-options) for the EXE are given.
What am I doing wrong?
Oh, nevermind; the EXE is actually an installer, such that it acts the same as the MSI installer...and it didn't actually crash but refused to install because it was already installed.
I've successfully used this plugin to produce an MSI installer of my app, which works without issue; since the app is pretty small, I thought I'd try a standalone EXE, too, but I have the following issues:
The resulting EXE 1) does not have my application icon and 2) crashes immediately after executing it.
This is a bit weird since the EXE of the app image does have the icon and doesn't crash (but it needs to remain in the folder with all the libraries etc, so it's not standalone). Furthermore, the only differences between how I build the MSI and the EXE are a different value for installerType and that no additional installerOptions (win-options) for the EXE are given. What am I doing wrong?