Skip to content

Commit 322c6de

Browse files
committed
Update tauri version, get rid of custom
1 parent 720fce4 commit 322c6de

File tree

14 files changed

+3021
-5030
lines changed

14 files changed

+3021
-5030
lines changed

.github/workflows/app-release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
with:
4242
components: rustfmt, clippy
4343

44-
- name: Install Tauri CLI
45-
run: cargo install tauri-cli --git https://github.com/modrinth/tauri.git --rev 5e2942876c2266594ed1db516c1d9975c873c36a
46-
4744
- name: Setup rust cache
4845
uses: actions/cache@v4
4946
with:
@@ -65,7 +62,7 @@ jobs:
6562
!target/release/bundle/msi/*.msi
6663
!target/release/bundle/msi/*.msi.zip
6764
!target/release/bundle/msi/*.msi.zip.sig
68-
65+
6966
!target/release/bundle/nsis/*.exe
7067
!target/release/bundle/nsis/*.nsis.zip
7168
!target/release/bundle/nsis/*.nsis.zip.sig
@@ -121,7 +118,6 @@ jobs:
121118
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
122119
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
123120
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
124-
V1_COMPATIBLE_BIN_NAME: true
125121

126122
- name: build app
127123
run: pnpm --filter=@modrinth/app run tauri build --config "tauri-release.conf.json"
@@ -131,7 +127,6 @@ jobs:
131127
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132128
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
133129
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
134-
V1_COMPATIBLE_BIN_NAME: true
135130

136131
- name: upload ${{ matrix.platform }}
137132
uses: actions/upload-artifact@v4
@@ -154,7 +149,7 @@ jobs:
154149
target/release/bundle/msi/*.msi
155150
target/release/bundle/msi/*.msi.zip
156151
target/release/bundle/msi/*.msi.zip.sig
157-
152+
158153
target/release/bundle/nsis/*.exe
159154
target/release/bundle/nsis/*.nsis.zip
160155
target/release/bundle/nsis/*.nsis.zip.sig

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
sudo apt-get update
3333
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
3434
35-
- name: Install Tauri CLI
36-
run: cargo install tauri-cli --git https://github.com/modrinth/tauri.git --rev 5e2942876c2266594ed1db516c1d9975c873c36a
37-
3835
- name: Setup Node.JS environment
3936
uses: actions/setup-node@v4
4037
with:

0 commit comments

Comments
 (0)