From 395221916f53dc10a2418bb2d71ddcd32af07136 Mon Sep 17 00:00:00 2001 From: Jeff Morgan Date: Sun, 19 Oct 2014 20:22:28 -0700 Subject: [PATCH] Fixing upgrade from 0.2.3 -> 0.3.0 --- meteor/client/lib/router.js | 1 + script/dist.sh | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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