diff options
author | vg <vgm+dev@devys.org> | 2023-01-02 20:34:18 +0100 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2023-01-02 20:34:18 +0100 |
commit | 5b1714e7b9f480d5b951d93cd4c949e4d9d30d08 (patch) | |
tree | 723d0504b95a3c051ab768b76a3e96ef25f4a599 /pygame | |
parent | 59f21d6c7e97e7eb1ad70d31523929d398d27972 (diff) | |
download | gamechest-5b1714e7b9f480d5b951d93cd4c949e4d9d30d08.tar.gz gamechest-5b1714e7b9f480d5b951d93cd4c949e4d9d30d08.tar.bz2 gamechest-5b1714e7b9f480d5b951d93cd4c949e4d9d30d08.zip |
git-sync on dita
Diffstat (limited to 'pygame')
-rw-r--r-- | pygame/Makefile | 1 | ||||
-rwxr-xr-x | pygame/gamechestgui | 10 |
2 files changed, 0 insertions, 11 deletions
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__() |