From 5b1714e7b9f480d5b951d93cd4c949e4d9d30d08 Mon Sep 17 00:00:00 2001 From: vg Date: Mon, 2 Jan 2023 20:34:18 +0100 Subject: git-sync on dita --- pygame/Makefile | 1 - pygame/gamechestgui | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100755 pygame/gamechestgui diff --git a/pygame/Makefile b/pygame/Makefile index 3ca825c..492a0ce 100644 --- a/pygame/Makefile +++ b/pygame/Makefile @@ -20,4 +20,3 @@ deploy: pip3 install -U --target ~/games/.saves/tools/bin/libs/gamechestgui -r requirements.txt rsync -Pa ../gamechestcli/gamechest ~/games/.saves/tools/bin/libs/gamechestgui/. rsync -Pa __init__.py profiledb.py ~/games/.saves/tools/bin/libs/gamechestgui/. - rsync -Pa gamechestgui ~/games/.saves/tools/bin/. diff --git a/pygame/gamechestgui b/pygame/gamechestgui deleted file mode 100755 index 5cedfaa..0000000 --- a/pygame/gamechestgui +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/python3 - -import sys -import os -file_path = os.path.realpath(__file__) -sys.path.insert(0, os.path.join(os.path.dirname(file_path), 'libs')) -sys.path.insert(0, os.path.join(os.path.dirname(file_path), 'libs/gamechestgui')) - -import gamechestgui -#gamechestgui.__main__() -- cgit v1.2.3