Skip to content

Commit

Permalink
Merge pull request #54 from ZyqGitHub1/dev
Browse files Browse the repository at this point in the history
fix osx build
  • Loading branch information
ZyqGitHub1 committed Sep 18, 2019
2 parents 9239238 + 4b6cad7 commit 52b3459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ script:
win_file=`ls dist/electron/Packaged/ | grep '.zip$'`
./ossutil64 cp "dist/electron/Packaged/${win_file}" "${BUCKET}/${win_file}" -f
else
npm electron:build
npm run electron:build
osx_file=`ls dist/electron/Packaged/ | grep '.dmg$'`
./ossutilmac64 cp "dist/electron/Packaged/${osx_file}" "${BUCKET}/${osx_file}" -f
fi
Expand Down

0 comments on commit 52b3459

Please sign in to comment.