From b518bf93aa3eb49b9a06661cb047917c1c2036de Mon Sep 17 00:00:00 2001 From: DIDIRUS4 Date: Sun, 1 Sep 2024 16:09:08 +0300 Subject: [PATCH] Revert "Fix boot for all platforms" This reverts commit b699ff6bd353e235127309b47a9c4e0a59de2b21. --- .github/workflows/app-release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index be0796c16..dfff26560 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -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 +