Skip to content

Commit

Permalink
added pyinstaller build system
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxelCubes committed Sep 2, 2022
1 parent 9b5334f commit 5bc7cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-pyinstaller.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Perform a Linux build.
pyinstaller --onefile --noconfirm --clean --workpath=build --distpath=dist deepqt/main.py --name DeepQt.elf
File renamed without changes.

0 comments on commit 5bc7cc9

Please sign in to comment.