Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazno authored Jul 5, 2022
1 parent ce86acf commit 61e8411
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ jobs:
include:
- os: macos-latest
TARGET: macos
CMD_BUILD: pyinstaller --noconfirm --onefile --console generate_nick.py
CMD_BUILD: pyinstaller --noconfirm --onefile --console -n minecraft_nick_generator-macos generate_nick.py
OUT_FILE_NAME: minecraft_nick_generator-macos
ASSET_MIME: application/octet-stream
- os: windows-latest
TARGET: windows
CMD_BUILD: pyinstaller --noconfirm --onefile --console generate_nick.py
CMD_BUILD: pyinstaller --noconfirm --onefile --console -n minecraft_nick_generator-windows generate_nick.py
OUT_FILE_NAME: minecraft_nick_generator-windows.exe
ASSET_MIME: application/vnd.microsoft.portable-executable
- os: ubuntu-latest
TARGET: x86_64-linux-gnu
CMD_BUILD: pyinstaller --noconfirm --onefile --console generate_nick.py
CMD_BUILD: pyinstaller --noconfirm --onefile --console -n minecraft_nick_generator-linux generate_nick.py
OUT_FILE_NAME: minecraft_nick_generator-linux
ASSET_MIME: application/octet-stream
steps:
Expand Down

0 comments on commit 61e8411

Please sign in to comment.