Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Update windows_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shirokumacode authored Jul 30, 2021
1 parent 6793407 commit 0a26aa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build with pyinstaller
run: |
pipenv run pip install pywin32-ctypes
pipenv run pip install pefile
pipenv run pyinstaller gui.py -n omnic_rewards_Windows -w -i icons\iconowl.ico --onefile
- name: Export .exe build file
uses: actions/[email protected]
Expand Down

0 comments on commit 0a26aa4

Please sign in to comment.