mirror of
https://github.com/NinjaCheetah/WiiPy.git
synced 2026-02-17 02:25:39 -05:00
Use custom cache dir to hopefully speed up launches after the first launch
This commit is contained in:
2
Makefile
2
Makefile
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user