diff --git a/desktop/package.json b/desktop/package.json index 6cd4d59..5f3b730 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -10,14 +10,14 @@ "build_linux": "electron-packager . Dotgrid --platform=linux --arch=x64 --out ~/Documents/ --overwrite --icon=icon.ico ; echo 'Built for LINUX'", "build_win": "electron-packager . Dotgrid --platform=win32 --arch=x64 --out ~/Documents/ --overwrite --icon=icon.ico ; echo 'Built for WIN'", "build": "npm run clean ; npm run build_osx ; npm run build_linux ; npm run build_win", - "push_osx": "~/Applications/butler push ~/Documents/Dotgrid-darwin-x64/ hundredrabbits/ronin:osx-64", - "push_linux": "~/Applications/butler push ~/Documents/Dotgrid-linux-x64/ hundredrabbits/ronin:linux-64", - "push_win": "~/Applications/butler push ~/Documents/Dotgrid-win32-x64/ hundredrabbits/ronin:windows-64", - "status": "~/Applications/butler status hundredrabbits/ronin", + "push_osx": "~/Applications/butler push ~/Documents/Dotgrid-darwin-x64/ hundredrabbits/dotgrid:osx-64", + "push_linux": "~/Applications/butler push ~/Documents/Dotgrid-linux-x64/ hundredrabbits/dotgrid:linux-64", + "push_win": "~/Applications/butler push ~/Documents/Dotgrid-win32-x64/ hundredrabbits/dotgrid:windows-64", + "status": "~/Applications/butler status hundredrabbits/dotgrid", "push": "npm run build ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run status" }, "devDependencies": { - "electron": "^7.1.4", + "electron": "^7.1.5", "electron-packager": "^14.1.1" }, "standard": {