diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9180a837..8be8bb6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,8 +42,8 @@ jobs: - uses: tauri-apps/tauri-action@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} - TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} + # TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} + # TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} with: tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: v__VERSION__-beta diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ebf6c136..30fcf184 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -46,7 +46,6 @@ }, "bundle": { "active": true, - "icon": ["icons/icon.png", "icons/icon.ico"], "identifier": "TeyvatGuide", "targets": ["msi"], "windows": {