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
In Windows, when you right-click (on either Setup.exe or App.exe) and select Properties->Details a list of file attributes are displayed such as file version, file description etc.
Currently, these can be cleaned up a bit to make the installer/app a bit more professional.
Eg.
NSIS+Squirrel App.exe: Remove Original Filename "electron.exe"
NSIS Setup.exe: Add ProductVersion (data is blank, although file version is set)
Squirrel Setup.exe: Remove Original Filename "Setup.exe"
Both: Add option for "LegalTrademarks"
These issues can be easily solved via your bundled dependency rceditBEFORE code signing.
Another issue is setting the Language to something other than English US. But currently rcedit doesn't do this from command line, although I think it is possible. I submitted an issue with the atom/rcedit repo here a while ago but still haven't had a response. Don't particularly want to fork their repo, but if they don't respond I might have to when I eventually get time. Check out the issue for more details on how I'd set the Language/Locale code.
As for the LegalTrademarks, may I suggest putting the option in build.win for scripts to pick up ?
The text was updated successfully, but these errors were encountered:
develar
added a commit
to develar/electron-builder
that referenced
this issue
Aug 9, 2016
In Windows, when you right-click (on either Setup.exe or App.exe) and select
Properties->Details
a list of file attributes are displayed such as file version, file description etc.Currently, these can be cleaned up a bit to make the installer/app a bit more professional.
Eg.
These issues can be easily solved via your bundled dependency
rcedit
BEFORE code signing.Another issue is setting the Language to something other than English US. But currently
rcedit
doesn't do this from command line, although I think it is possible. I submitted an issue with the atom/rcedit repo here a while ago but still haven't had a response. Don't particularly want to fork their repo, but if they don't respond I might have to when I eventually get time. Check out the issue for more details on how I'd set the Language/Locale code.As for the LegalTrademarks, may I suggest putting the option in
build.win
for scripts to pick up ?The text was updated successfully, but these errors were encountered: