diff --git a/meteor/client/lib/router.js b/meteor/client/lib/router.js index c3bbef1d6b..e3ce718005 100755 --- a/meteor/client/lib/router.js +++ b/meteor/client/lib/router.js @@ -70,6 +70,7 @@ Router.map(function () { // There's an install but it's lower than the current version, re-run as an 'update'. Session.set('isUpdating', true); } + Session.set('installing', true); this.redirect('/setup/intro'); } else { this.redirect('/apps'); diff --git a/script/dist.sh b/script/dist.sh index 39f874667c..9ee033c5a3 100755 --- a/script/dist.sh +++ b/script/dist.sh @@ -56,8 +56,6 @@ cp -v resources/* dist/osx/$DIST_APP/Contents/Resources/app/resources/ || : cecho "-----> Copying icon to $DIST_APP" $blue cp kitematic.icns dist/osx/$DIST_APP/Contents/Resources/atom.icns -chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/$BOOT2DOCKER_CLI_FILE -chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/$COCOASUDO_FILE chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/install chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/terminal chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/unison