If you run ./make_installer.sh linux, the script does nothing because the case-block expects either linux32 or linux64, but when linux64 is chosen, this error occurs:
Packaging Electron application
Unsupported platform linux64; must be one of: darwin, linux, win32
If you run
./make_installer.sh linux
, the script does nothing because thecase
-block expects eitherlinux32
orlinux64
, but whenlinux64
is chosen, this error occurs: