Skip to content

Commit

Permalink
update v number, retry build
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 11, 2024
1 parent 191b9dd commit 0507a4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Transfer Entry points
run: |
npm --prefix electron run move-entrypoints -p pse_ui_prommis
python move-entrypoints.py -p pse_ui_prommis
- name: Install watertap-ui Python package
run: |
Expand All @@ -73,7 +73,7 @@ jobs:

- name: Sign Windows Distribution
run: |
AzureSignTool sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.digicert.com -v electron/dist/WaterTAP-UI_24.10.11_win64.exe
AzureSignTool sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.digicert.com -v electron/dist/WaterTAP-UI_24.11.11_win64.exe
- name: Upload artifact for windows build
Expand All @@ -82,4 +82,4 @@ jobs:
with:
name: windows-dist
path: |
electron/dist/WaterTAP-UI_24.10.11_win64.exe
electron/dist/WaterTAP-UI_24.11.11_win64.exe
4 changes: 2 additions & 2 deletions electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "watertap-ui",
"author": "Michael Pesce <[email protected]>",
"version": "24.10.11",
"version": "24.11.11",
"private": true,
"main": "build/main.js",
"dependencies": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"artifactName": "WaterTAP-UI_24.10.11_win64.exe"
"artifactName": "WaterTAP-UI_24.11.11_win64.exe"
},
"deb": {
"depends": [
Expand Down Expand Up @@ -107,7 +107,7 @@
"win": {
"target": "nsis",
"icon": "build/nawi-logo.ico",
"artifactName": "WaterTAP-UI_24.10.11_win64.exe"
"artifactName": "WaterTAP-UI_24.11.11_win64.exe"
},
"linux": {
"target": "Deb",
Expand Down
2 changes: 1 addition & 1 deletion electron/ui/src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const themes = {
'(WaterTAP) is an open-source Python-based software package that ' +
'supports the technoeconomic assessment of full water treatment trains.',
projectRelease: {
'version': '24.10.11', 'depVersions': {
'version': '24.11.11', 'depVersions': {
'WaterTAP': '1.1.0'
}
},
Expand Down

0 comments on commit 0507a4b

Please sign in to comment.