Fixing upgrade from 0.2.3 -> 0.3.0

This commit is contained in:
Jeff Morgan 2014-10-19 20:22:28 -07:00
parent a98116b803
commit 395221916f
2 changed files with 1 additions and 2 deletions

View File

@ -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');

View File

@ -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