Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Sep 18, 2023
1 parent 645e3e3 commit 035781c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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_Setup.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_09.18.23_win64.exe
- name: Upload artifact for windows build
Expand All @@ -84,7 +84,7 @@ jobs:
with:
name: windows-dist
path: |
electron/dist/WaterTAP-UI_Setup.exe
electron/dist/WaterTAP-UI_09.18.23_win64.exe
# windows-build:
# name: Windows Build

Expand Down
7 changes: 4 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": "0.9.0",
"version": "09.18.23",
"private": true,
"main": "build/main.js",
"dependencies": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"artifactName": "WaterTAP-UI_Setup.exe"
"artifactName": "WaterTAP-UI_09.18.23_win64.exe"
},
"deb": {
"depends": [
Expand Down Expand Up @@ -105,7 +105,8 @@
},
"win": {
"target": "nsis",
"icon": "build/nawi-logo.ico"
"icon": "build/nawi-logo.ico",
"artifactName": "WaterTAP-UI_09.18.23_win64.exe"
},
"linux": {
"target": "Deb",
Expand Down

0 comments on commit 035781c

Please sign in to comment.