Fix desktop version
This commit is contained in:
parent
08c401cf9f
commit
aec5d3ce30
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "rqbit-desktop",
|
"productName": "rqbit-desktop",
|
||||||
"version": "5.0.1"
|
"version": "5.1.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue