Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeet-chand committed Jun 8, 2024
1 parent 991782e commit cd8553f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Build for Windows
run: |
pyinstaller --onefile --noconsole --icon=assets/view_earth.ico --name=Heroes3MapLiker Heroes3MapLiker.py
icacls "build" /grant:r everyone:(OI)(CI)F /T
ls build
- name: Run Windows Tests
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
- name: Build for macOS
run: |
pyinstaller --onefile --noconsole --icon=assets/view_earth.ico --name=Heroes3MapLiker_macos Heroes3MapLiker.py
chmod +rx build/Heroes3MapLiker_macos
chmod -R +rwx build
ls -l build
- name: Run macOS Tests
Expand Down Expand Up @@ -93,7 +94,7 @@ jobs:
- name: Build for Linux
run: |
pyinstaller --onefile --noconsole --icon=assets/view_earth.ico --name=Heroes3MapLiker_linux Heroes3MapLiker.py
chmod +rx build/Heroes3MapLiker_linux
chmod -R +rwx build
ls -l build
- name: Run Linux Tests
Expand Down

0 comments on commit cd8553f

Please sign in to comment.