cheshire137 / competiwatch-desktop

Desktop app built in Electron for tracking your competitive match history in Overwatch.
https://competiwatch.com/
MIT License
106 stars 24 forks source link

Sign app for Windows #34

Open cheshire137 opened 6 years ago

cheshire137 commented 6 years ago

Downloading the latest release and running it on Windows results in a "Windows SmartScreen prevented an unrecognized app from starting" message in Windows 10. You can choose "Run anyway" but it looks scary. Maybe use https://github.com/unindented/electron-installer-windows?

cheshire137 commented 6 years ago

Even using --asar in the electron-build-windows script, the resulting exe when downloaded prompts the Windows SmartScreen modal. So I think electron-installer-windows will still be necessary.

cheshire137 commented 6 years ago

https://www.christianengvall.se/electron-windows-installer/ uses https://github.com/electron/windows-installer.