Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile as exe file? #4

Open
Lemons1337 opened this issue Feb 28, 2018 · 1 comment
Open

compile as exe file? #4

Lemons1337 opened this issue Feb 28, 2018 · 1 comment

Comments

@Lemons1337
Copy link

how do i compile the webapp as an exe file?

@petitgen
Copy link

petitgen commented Aug 8, 2018

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 . 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants