Revert "Fix boot for all platforms"

This reverts commit b699ff6bd3.
This commit is contained in:
2024-09-01 16:09:08 +03:00
parent b699ff6bd3
commit b518bf93aa

View File

@@ -102,8 +102,7 @@ jobs:
run: pnpm install
- name: build app (macos)
# tauri.conf.yml for normal build and boot.
run: pnpm --filter=@modrinth/app run tauri build --target universal-apple-darwin --config "tauri.conf.json"
run: pnpm --filter=@modrinth/app run tauri build --target universal-apple-darwin --config "tauri-release.conf.json"
if: startsWith(matrix.platform, 'macos')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -111,8 +110,7 @@ jobs:
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
- name: build app
# tauri.conf.yml for normal build and boot.
run: pnpm --filter=@modrinth/app run tauri build --config "tauri.conf.json"
run: pnpm --filter=@modrinth/app run tauri build --config "tauri-release.conf.json"
id: build_os
if: "!startsWith(matrix.platform, 'macos')"
env:
@@ -141,3 +139,4 @@ jobs:
target/release/bundle/*/*.msi
target/release/bundle/*/*.msi.zip
target/release/bundle/*/*.msi.zip.sig