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 72f28a6 commit 5ab509d
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: brew install python3 && brew install pip3 && brew install python-setuptools && python3 -m pip install setuptools && npm install -g appdmg && npm i && npm i -D cli-truncate iconv-corefoundation
run: python3 -m pip install 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 5ab509d

Please sign in to comment.