Skip to content

Commit

Permalink
Update develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored May 13, 2024
1 parent 904724a commit 9ae8e73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ jobs:
uses: actions/setup-python@v3

- name: 📦 Install dependencies
run: npm install
run: |
npm install
pip install pyinstaller
- name: 🏗️ Create python exe
run: |
pip install pyinstaller
pyinstaller api/app.py
pyinstaller app.spec
- name: 📦 Electron Builder
run: npm run electron:package:win
Expand Down

0 comments on commit 9ae8e73

Please sign in to comment.