Skip to content

Commit

Permalink
Modified build script - changed Linux build to Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephEoff committed May 24, 2021
1 parent c4479d6 commit f5a5a5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed .github/workflows/.build.yml.kate-swp
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
CMD_BUILD: pyinstaller -F -w -n D43 -i icons/windows/D43-Icon.ico D43.py
OUT_FILE_NAME: D43.exe
ASSET_MIME: application/vnd.microsoft.portable-executable
- os: ubuntu-latest
- os: ubuntu-18.04
TARGET: ubuntu
CMD_BUILD: pyinstaller -F -w -n D43 D43.py
OUT_FILE_NAME: D43
Expand Down

0 comments on commit f5a5a5e

Please sign in to comment.