mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 19:49:27 +00:00
Fix MacOS DMG build
This commit is contained in:
parent
5ab509dab1
commit
72c7442306
1 changed files with 1 additions and 1 deletions
2
.github/workflows/darwin_dmg.yml
vendored
2
.github/workflows/darwin_dmg.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Install Dependencies
|
- 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
|
- name: Build the app
|
||||||
run: npm run electron:build:mac
|
run: npm run electron:build:mac
|
||||||
|
|
Loading…
Reference in a new issue