cgrossde / Pullover

The unofficial multi-platform Pushover desktop client
382 stars 71 forks source link

Building error with Linux #93

Closed palytsh closed 7 years ago

palytsh commented 7 years ago

Hello! There is error on Linux at the 1st step:

[root@nodejs pullover]# npm install npm WARN deprecated swig@1.4.2: This package is no longer maintained

npm ERR! Linux 3.10.0-327.el7.x86_64 npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" npm ERR! node v6.10.1 npm ERR! npm v3.10.10 npm ERR! code EBADPLATFORM

npm ERR! notsup Unsupported platform for appdmg@0.4.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm ERR! notsup Valid OS: darwin npm ERR! notsup Valid Arch: any npm ERR! notsup Actual OS: linux npm ERR! notsup Actual Arch: x64

cgrossde commented 7 years ago

As mentioned in the previous ticket you can only build for Windows and Linux on Linux not OS X aka Darwin. Adapt your buildConf.json to not include OS X.

palytsh commented 7 years ago

buildConf.json adapted. The same error.