Fix MacOS DMG build

This commit is contained in:
everoddandeven 2024-11-12 20:44:02 +01:00
parent 142fb49e5f
commit 72f28a600f

View file

@ -49,7 +49,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install Dependencies - name: Install Dependencies
run: brew install python3 && brew install python-setuptools && python3 -m pip install setuptools && npm install -g appdmg && npm i && npm i -D cli-truncate iconv-corefoundation 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
- name: Build the app - name: Build the app
run: npm run electron:build:mac run: npm run electron:build:mac