Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #365 from littleskunk/windows-binary
Browse files Browse the repository at this point in the history
bugfix windows binary
  • Loading branch information
littleskunk authored Aug 30, 2016
2 parents bae699c + dd4b828 commit 77cff89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Storj Share",
"identifier": "com.storj.farmer",
"description": "Earn money by sharing your extra hard drive space",
"version": "2.0.4",
"version": "2.0.5",
"author": "Storj <[email protected]>",
"main": "main.js",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"rcedit": "^0.3.0"
},
"scripts": {
"postinstall": "node ./tasks/app_npm_install && sh ./tasks/postinstall.sh",
"postinstall": "node ./tasks/app_npm_install && cd ./app/node_modules/leveldown && node-gyp rebuild --target=1.2.6 --dist-url=https://atom.io/download/atom-shell",
"app-install": "node ./tasks/app_npm_install",
"build": "./node_modules/.bin/gulp build",
"release": "./node_modules/.bin/gulp release --env=production",
Expand Down
2 changes: 0 additions & 2 deletions tasks/postinstall.sh

This file was deleted.

0 comments on commit 77cff89

Please sign in to comment.