pmq20 / node-packer

Packing your Node.js application into a single executable.
MIT License
3.07k stars 202 forks source link

Generate .exe #124

Open difrankode opened 6 years ago

difrankode commented 6 years ago

I want generate an .exe and .pkg runing command on linux. --msi and --pkg options not working.

dobobaie commented 6 years ago

You have to rename "a.out" to "myApp.[exe|pkg]" and it works. Or add "-o myApp.[exe|pkg]" has parameter.

PS: I think you can't generate .pkg file from windows, it doesn't works for me