OpenBazaar / OpenBazaar-Installer

Process for building the OpenBazaar 1.0 executables on OSX, Linux and Windows
MIT License
123 stars 62 forks source link

Linux platform parameter broken #10

Closed stevenroose closed 8 years ago

stevenroose commented 8 years ago

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