Skip to content

Commit

Permalink
Fix MacOS DMG build
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Nov 12, 2024
1 parent 5ab509d commit 72c7442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/darwin_dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: python3 -m pip install setuptools && npm install -g appdmg && npm i && npm i -D cli-truncate iconv-corefoundation
run: brew install python-setuptools && npm install -g appdmg && npm i && npm i -D cli-truncate iconv-corefoundation

- name: Build the app
run: npm run electron:build:mac
Expand Down

0 comments on commit 72c7442

Please sign in to comment.