AngularFirebase / angular-electron

Angular + Electron
151 stars 107 forks source link

compile as exe file? #4

Open Lemons1337 opened 6 years ago

Lemons1337 commented 6 years ago

how do i compile the webapp as an exe file?

petitgen commented 5 years ago

Hi @TrAnZiT21 ,

you run first

npm install electron-packager -g
npm install electron-packager --save-dev

to get the electron-packager and then for Win32

electron-packager . --platform=win32

for Mac

electron-packager . --platform=darwin

for Linux

electron-packager .