Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LiprikON2 committed Apr 26, 2024
1 parent f213d80 commit bfecb57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ jobs:
node-version: 20
- run: npm ci
# ref: https://github.com/LinusU/node-appdmg/issues/234#issuecomment-2002410428
- name: Fix appdmg GHA mac runner error
- name: Fix appdmg GHA mac runner error 1
if: matrix.os.name == 'macos'
uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Fix appdmg GHA mac runner error 2
if: matrix.os.name == 'macos'
run: |
python3 -m pip install setuptools --break-system-packages
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"devDependencies": {
"@electron-forge/cli": "7.3.1",
"@electron-forge/maker-deb": "7.3.1",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-dmg": "7.4.0",
"@electron-forge/maker-rpm": "7.3.1",
"@electron-forge/maker-squirrel": "7.3.1",
"@electron-forge/maker-zip": "7.3.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "7.4.0",
"@electron-forge/plugin-webpack": "7.3.1",
"@electron-forge/publisher-github": "7.4.0",
"@marshallofsound/webpack-asset-relocator-loader": "0.5.0",
Expand Down

0 comments on commit bfecb57

Please sign in to comment.