-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnuitka.txt
5 lines (4 loc) · 1.65 KB
/
nuitka.txt
1
2
3
4
5
python -m nuitka --clang --onefile --include-data-file=../pysweeper/modules/pygame/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/icon.ico --windows-company-name=chubercik --windows-product-name=pysweeper --windows-file-version=0.3.1 --windows-product-version=0.3.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/modules/pygame/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 --linux-onefile-icon=../pysweeper/textures/icon.png main.py -o pysweeper.elf
python -m nuitka --clang --onefile --enable-plugin=tk-inter --enable-plugin=numpy --include-data-file=../pysweeper/icon.ico=icon.ico --include-data-file=../pysweeper/modules/pygame/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/icon.ico --windows-company-name=chubercik --windows-product-name=pysweeper --windows-file-version=0.3.1 --windows-product-version=0.3.1 --windows-file-description="a Minesweeper clone written in Python" --windows-disable-console main.py -o pysweeper.exe
// I gotta get rid of this file fr fr