Fix desktop version

This commit is contained in:
Igor Katson 2023-12-09 08:52:38 +00:00
parent 08c401cf9f
commit aec5d3ce30
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ jobs:
with: with:
generate_release_notes: true generate_release_notes: true
files: | files: |
desktop/src-tauri/target/universal-apple-darwin/release/bundle/dmg/rqbit-desktop_5.0.1_universal.dmg desktop/src-tauri/target/universal-apple-darwin/release/bundle/dmg/rqbit-desktop_5.1.0_universal.dmg
- name: Make a directory for output artifacts - name: Make a directory for output artifacts
run: mkdir -p target/artifacts run: mkdir -p target/artifacts

View file

@ -7,7 +7,7 @@
}, },
"package": { "package": {
"productName": "rqbit-desktop", "productName": "rqbit-desktop",
"version": "5.0.1" "version": "5.1.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {