Skip to content

Commit 01dcbe0

Browse files
committed
Pysweeper version 0.2.1
1 parent 1c11369 commit 01dcbe0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/pysweeper.exe

-1.35 KB
Binary file not shown.

nuitka.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
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
1+
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
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.1 --windows-product-version=0.2.1 --windows-file-description="a Minesweeper clone written in Python" --windows-disable-console main.py -o pysweeper

0 commit comments

Comments
 (0)