Skip to content

Commit

Permalink
fix osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
ZyqGitHub1 committed Sep 18, 2019
1 parent bd2b36a commit 4b6cad7
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 4b6cad7

Please sign in to comment.