diff --git a/Apps/FrontendSoftware/.vscode/settings.json b/Apps/FrontendSoftware/.vscode/settings.json index 99b3034c8..50589070b 100644 --- a/Apps/FrontendSoftware/.vscode/settings.json +++ b/Apps/FrontendSoftware/.vscode/settings.json @@ -26,7 +26,9 @@ "aapdlyf", "autopopulate", "CAPCOM", + "changestream", "Circumnav", + "cwcolomb", "Deletemodal", "devcluster", "EECOM", diff --git a/Apps/FrontendSoftware/README.md b/Apps/FrontendSoftware/README.md index 7a8fbd9ac..26fbbc3dc 100644 --- a/Apps/FrontendSoftware/README.md +++ b/Apps/FrontendSoftware/README.md @@ -128,7 +128,7 @@ To run the following, you must be on a mac with a Parallels Windows 10 VM instal npm run electron:build -- --linux AppImage --win nsis --mac dmg ``` -**NOTE:** You'll need `python2` for this (the electron builder uses it), which became unsupported in 2020 and is no longer included in MacOS >=12. Install it with [this installer](https://www.python.org/downloads/release/python-2718/) and point the `PYTHON_PATH` environment variable to it (on the dev machine for `0.8.1`, it was set to `/usr/local/bin/python2` - this was then executed by running `PYTHON_PATH=/usr/local/bin/python2 npm run electron:build {SETTINGS}`). +**NOTE:** You'll need `python2` for this (the electron builder uses it), which became unsupported in 2020 and is no longer included in MacOS >=12. Install it with [this installer](https://www.python.org/downloads/release/python-2718/) and point the `PYTHON_PATH` environment variable to it (on the dev machine for `0.8.1`, it was set to `/usr/local/bin/python2` - this was then executed by running `PYTHON_PATH=/usr/local/bin/python2 npm run electron:build {SETTINGS}`, example: `PYTHON_PATH=/usr/local/bin/python2 npm run electron:build -- --linux AppImage --win nsis --mac dmg`). ### **Looking to change build settings?** Package metadata is handled by `package.json` and platform specific build settings are managed in `pluginOptions.electronBuilder.builderOptions` of `vue.config.js`. diff --git a/Apps/FrontendSoftware/package.json b/Apps/FrontendSoftware/package.json index 2134533ae..ce16dc26e 100644 --- a/Apps/FrontendSoftware/package.json +++ b/Apps/FrontendSoftware/package.json @@ -1,6 +1,6 @@ { - "name": "iris-ground-terminal-calm-collins", - "version": "0.8.1", + "name": "iris-ground-terminal-calm-collins-2", + "version": "0.8.2", "private": true, "description": "MOC Terminal Software for the Iris Rover (L2022)", "author": { @@ -72,6 +72,6 @@ "vue-svg-inline-loader": "^1.4.5" }, "homepage": "https://github.com/PlanetaryRobotics/CubeRoverPackage", - "productName": "Iris Terminal", + "productName": "Iris Terminal 0.8.2", "repository": "https://github.com/PlanetaryRobotics/CubeRoverPackage" } diff --git a/Apps/FrontendSoftware/vue.config.js b/Apps/FrontendSoftware/vue.config.js index c277542ff..47fe07a9b 100644 --- a/Apps/FrontendSoftware/vue.config.js +++ b/Apps/FrontendSoftware/vue.config.js @@ -22,7 +22,7 @@ module.exports = { 'icon': 'build/icon.png' }, 'dmg': { - 'title': '${productName} ${version}', + 'title': '${productName}', 'background': 'build/background.png', 'icon': 'build/icon.png', 'contents': [