From 21908c97c1e897554751070d08e2b35694529bc0 Mon Sep 17 00:00:00 2001 From: vg Date: Sun, 18 Sep 2022 20:23:17 +0200 Subject: git-sync on seele --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6dde37e..a7c6f06 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,11 @@ static-fix: isort --order-by-type --atomic gamechestcli +zipapp: + mkdir /tmp/gamechest.zipapp + pip3 install --target /tmp/gamechest.zipapp -r gamechestcli/requirements.txt + #pip3 install --target /tmp/gamechest.zipapp gamechestcli + rsync -Pa gamechestcli/. /tmp/gamechest.zipapp/. + python3 -m zipapp -p "/usr/bin/env python3" /tmp/gamechest.zipapp + rm -r /tmp/gamechest.zipapp + if [ -e ~/games/.saves ]; then mv /tmp/gamechest.pyz ~/games/.saves/tools/bin/. ; elif [ -e ~/game-saves ]; then mv /tmp/gamechest.pyz ~/game-saves/tools/bin/. ; fi -- cgit v1.2.3