Update build.yml

This commit is contained in:
Le Stagiaire
2024-07-02 10:57:49 +02:00
committed by GitHub
parent a69a63cab0
commit 498edb7d83

View File

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
npm ci
npm i appdmg --save-optional
npm i @electron-forge/maker-dmg --save-dev
working-directory: electron-3d-app
- name: Package application with Electron Forge