Skip to content

Commit

Permalink
Merge pull request #527 from chgibb/beta-staging
Browse files Browse the repository at this point in the history
448
  • Loading branch information
chgibb authored Jul 19, 2017
2 parents 7d3eda4 + e972ba4 commit d2ef99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phat",
"version": "0.0.50-beta.2",
"version": "0.0.50-beta.3",
"description": "Pathogen Host Analysis Tool",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.bash
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
if [[ "$OSTYPE" == "cygwin" ]]; then

#create electron package
./node_modules/.bin/electron-packager ./dist/ --platform win32 --arch x64 --overwrite --ignore=node_modules --ignore=.jsx --ignore=build.sh --ignore=src --ignore=vcs --ignore=.sh --ignore=notes --ignore=manuscript --ignore=presentation --version-string.LegalCopyright=MIT --version-string.FileDescription=PHAT --version-string.ProductName=PHAT
./node_modules/.bin/electron-packager ./dist/ --platform win32 --arch x64 --overwrite --icon icons/phat.ico --ignore=node_modules --ignore=.jsx --ignore=build.sh --ignore=src --ignore=vcs --ignore=.sh --ignore=notes --ignore=manuscript --ignore=presentation --version-string.LegalCopyright=MIT --version-string.FileDescription=PHAT --version-string.ProductName=PHAT

#copy in all 3rd party windows dependencies
for f in forDist/win32/*.tar.gz
Expand Down

0 comments on commit d2ef99f

Please sign in to comment.