Skip to content

Commit

Permalink
First executable generated with nuitka
Browse files Browse the repository at this point in the history
  • Loading branch information
Chubercik committed Mar 12, 2022
1 parent e3a77c7 commit d762393
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ __pycache__/
.vscode/
main.build/
main.dist/
main.onefile-build/
Binary file added dlls/libmpg123-0.dll
Binary file not shown.
3 changes: 1 addition & 2 deletions nuitka.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
https://nuitka.net/doc/user-manual.html
nuitka main.py --standalone --include-data-dir=../pysweeper/textures=textures --include-data-dir=../pysweeper/fonts=fonts --include-data-dir=../pysweeper/sounds=sounds --windows-icon-from-ico=../pysweeper/textures/bomb.png --windows-disable-console
python -m nuitka --mingw64 --onefile --plugin-enable=numpy --include-data-file=../pysweeper/dlls/libmpg123-0.dll=libmpg123-0.dll --include-data-dir=../pysweeper/textures=textures --include-data-dir=../pysweeper/fonts=fonts --include-data-dir=../pysweeper/sounds=sounds --windows-icon-from-ico=../pysweeper/textures/bomb.png --windows-company-name=chubercik --windows-product-name=pysweeper --windows-product-version=0.1 --windows-disable-console main.py -o pysweeper.exe
Binary file added pysweeper.exe
Binary file not shown.

0 comments on commit d762393

Please sign in to comment.