sparkswap / sparkswap-desktop

Buy Bitcoin instantly on the Lightning Network
https://sparkswap.com
MIT License
37 stars 18 forks source link

Compile failed with `src/sparkswap-desktop not a file` #7

Closed Free-FreeThinker closed 4 years ago

Free-FreeThinker commented 4 years ago
  • packaging       platform=darwin arch=x64 electron=6.0.7 appOutDir=release-builds/mac
  • empty password will be used for code signing  reason=CSC_KEY_PASSWORD is not defined
  ⨯ src/sparkswap-desktop not a file
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sparkswap-desktop@0.3.8 package: `electron-builder`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sparkswap-desktop@0.3.8 package script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     .npm/_logs/2020-01-20T22_30_09_370Z-debug.log
dannypaz commented 4 years ago

@Free-FreeThinker what command did you run for this? npm run package?

dannypaz commented 4 years ago

@Free-FreeThinker I think this is fixed in https://github.com/sparkswap/sparkswap-desktop/pull/8 as im able to build the project successfully using npm run package. Can you try to run the command again?

Free-FreeThinker commented 4 years ago

Nice, I can successfully build and run the app now! Thx!