diff --git a/dist/pysweeper b/dist/pysweeper new file mode 100755 index 0000000..01c9284 Binary files /dev/null and b/dist/pysweeper differ diff --git a/pysweeper.exe b/dist/pysweeper.exe similarity index 100% rename from pysweeper.exe rename to dist/pysweeper.exe diff --git a/nuitka.txt b/nuitka.txt index 9940e7d..3481ff6 100644 --- a/nuitka.txt +++ b/nuitka.txt @@ -1 +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 --windows-product-version=0.2 --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 --windows-product-version=0.2 --windows-file-description="a Minesweeper clone written in Python" --windows-disable-console main.py -o pysweeper.exe