Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Attempt to fix windows bug
Browse files Browse the repository at this point in the history
  • Loading branch information
erayalkis committed Sep 5, 2023
1 parent b50ff2c commit 6d666e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/th-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
releaseName: "Toyhouse Extensions v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: |
Windows:
- Download `Toyhouse.Extensions___VERSION___x64_en-US.msi` or `Toyhouse.Extensions____VERSION____x64-setup.exe`
- Download `Toyhouse.Extensions_x64_en-US.msi` or `Toyhouse.Extensions_x64-setup.exe`
Linux:
- Download `toyhouse-extensions____VERSION____amd64.AppImage`, `toyhouse-extensions_0___VERSION____amd64.deb` or `Toyhouse.Extensions_x64.app.tar.gz`
Expand Down
4 changes: 2 additions & 2 deletions gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Toyhouse Extensions",
"version": "0.4.2-1b"
"version": "0.4.3"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -76,4 +76,4 @@
}
]
}
}
}

0 comments on commit 6d666e3

Please sign in to comment.