node-packer icon indicating copy to clipboard operation
node-packer copied to clipboard

Generate .exe

Open difrankode opened this issue 6 years ago • 1 comments

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

difrankode avatar May 24 '18 19:05 difrankode

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

dobobaie avatar May 31 '18 11:05 dobobaie