Skip to content

Commit

Permalink
Pysweeper version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chubercik committed Mar 21, 2022
1 parent 1c11369 commit 01dcbe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified dist/pysweeper.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion nuitka.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
python3 -m nuitka --clang --onefile --include-data-file=../pysweeper/dlls/libmpg123-0.dll=libmpg123-0.dll --include-data-dir=../pysweeper/data=data --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-file-version=0.2 --windows-product-version=0.2 --windows-file-description="a Minesweeper clone written in Python" --windows-disable-console main.py -o pysweeper.exe
python -m nuitka --clang --onefile --include-data-file=../pysweeper/dlls/libmpg123-0.dll=libmpg123-0.dll --include-data-dir=../pysweeper/data=data --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-file-version=0.2.1 --windows-product-version=0.2.1 --windows-file-description="a Minesweeper clone written in Python" --windows-disable-console main.py -o pysweeper.exe
python3 -m nuitka --clang --onefile --include-data-file=../pysweeper/dlls/libmpg123-0.dll=libmpg123-0.dll --include-data-dir=../pysweeper/data=data --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-file-version=0.2.1 --windows-product-version=0.2.1 --windows-file-description="a Minesweeper clone written in Python" --windows-disable-console main.py -o pysweeper

0 comments on commit 01dcbe0

Please sign in to comment.