Use custom cache dir to hopefully speed up launches after the first launch

This commit is contained in:
2024-11-01 16:03:59 -04:00
parent b77587771c
commit 33197c36f1
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
CC=python -m nuitka
linux:
$(CC) --show-progress --assume-yes-for-downloads --onefile wiipy.py -o wiipy
$(CC) --show-progress --assume-yes-for-downloads --onefile wiipy.py --onefile-tempdir-spec="{CACHE_DIR}/NinjaCheetah/WiiPy" -o wiipy
linux-install:
install wiipy /usr/bin/