Skip to content

Commit

Permalink
comment more
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Aug 29, 2024
1 parent d8f47fd commit f520dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: pnpm install

- name: build app (macos)
run: pnpm --filter=@modrinth/app run tauri build --target universal-apple-darwin --config "tauri-release.conf.json"
run: pnpm --filter=@modrinth/app run tauri build --target universal-apple-darwin --config "tauri-release.conf.json5"
if: startsWith(matrix.platform, 'macos')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -99,7 +99,7 @@ jobs:
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}

- name: build app
run: pnpm --filter=@modrinth/app run tauri build --config "tauri-release.conf.json"
run: pnpm --filter=@modrinth/app run tauri build --config "tauri-release.conf.json5"
id: build_os
if: "!startsWith(matrix.platform, 'macos')"
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"createUpdaterArtifacts": "v1Compatible"
},
"build": {
"features": ["updater"]
// "features": ["updater"]
},
"plugins": {
"updater": {
Expand Down

0 comments on commit f520dc0

Please sign in to comment.