Skip to content

Commit

Permalink
Bump electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed Sep 28, 2017
1 parent 586e52e commit 6400240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build-app-darwin
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cleanup_macos() {

trap cleanup_macos EXIT

ELECTRON_VERSION=${ELECTRON_VERSION:-1.6.10}
ELECTRON_VERSION=${ELECTRON_VERSION:-1.6.14}
BIN_PATH=build/app/Beehive-$OS_NAME-$OS_ARCH/Beehive.app/Contents/MacOS
RES_PATH=build/app/Beehive-$OS_NAME-$OS_ARCH/Beehive.app/Contents/Resources
icns_file=$($BASE_PATH/script/build-icns)
Expand Down

0 comments on commit 6400240

Please sign in to comment.