Skip to content

Commit

Permalink
Make versions less duplicative as I always mess up changing them ever…
Browse files Browse the repository at this point in the history
…ywhere. Now its just Cargo.toml for desktop
  • Loading branch information
ikatson committed Dec 9, 2023
1 parent aec5d3c commit 2603b20
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
generate_release_notes: true
files: |
desktop/src-tauri/target/release/bundle/msi/rqbit-desktop_5.1.0_x64_en-US.msi
desktop/src-tauri/target/release/bundle/msi/rqbit-desktop_*_x64_en-US.msi
- name: Build release
run: cargo build --profile release-github
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
with:
generate_release_notes: true
files: |
desktop/src-tauri/target/universal-apple-darwin/release/bundle/dmg/rqbit-desktop_5.1.0_universal.dmg
desktop/src-tauri/target/universal-apple-darwin/release/bundle/dmg/rqbit-desktop_*_universal.dmg
- name: Make a directory for output artifacts
run: mkdir -p target/artifacts
Expand Down
1 change: 0 additions & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "rqbit",
"private": true,
"version": "4.0.0-beta.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions desktop/src-tauri/Cargo.lock

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

3 changes: 1 addition & 2 deletions desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"distDir": "../dist"
},
"package": {
"productName": "rqbit-desktop",
"version": "5.1.0"
"productName": "rqbit-desktop"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 2603b20

Please sign in to comment.