Skip to content

Commit

Permalink
Update linux and macos settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cold-logic authored Apr 10, 2024
1 parent 72111bf commit 9356e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/compile-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
echo "CSC_IDENTITY_AUTO_DISCOVERY=false" >> $GITHUB_ENV
- uses: actions/cache@v4
name: Setup pnpm cache
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pack": "env-cmd electron-builder --dir",
"dist": "env-cmd electron-builder",
"build": "env-cmd electron-builder build",
"package-linux": "env-cmd electron-builder --linux --ia32 --x64",
"package-linux": "env-cmd electron-builder --linux",
"package-mac": "env-cmd electron-builder --mac --arm64 --x64",
"package-win": "env-cmd electron-builder --win --ia32 --x64",
"release": "build",
Expand Down

0 comments on commit 9356e9a

Please sign in to comment.