diff --git a/dist/pysweeper.exe b/dist/pysweeper.exe index fff4f2a..4f85fab 100644 Binary files a/dist/pysweeper.exe and b/dist/pysweeper.exe differ diff --git a/nuitka.txt b/nuitka.txt index 3481ff6..c8eb16b 100644 --- a/nuitka.txt +++ b/nuitka.txt @@ -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