diff options
author | vg <vgm+dev@devys.org> | 2023-01-02 20:49:30 +0100 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2023-01-02 20:49:30 +0100 |
commit | 1c21b13b822de17533476bd12f6bee4d3ca24957 (patch) | |
tree | 2c464ad12d2738848b816379115805a2d9eca098 /pygame/Makefile | |
parent | 5b1714e7b9f480d5b951d93cd4c949e4d9d30d08 (diff) | |
download | gamechest-1c21b13b822de17533476bd12f6bee4d3ca24957.tar.gz gamechest-1c21b13b822de17533476bd12f6bee4d3ca24957.tar.bz2 gamechest-1c21b13b822de17533476bd12f6bee4d3ca24957.zip |
git-sync on dita
Diffstat (limited to 'pygame/Makefile')
-rw-r--r-- | pygame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygame/Makefile b/pygame/Makefile index 492a0ce..8a2e506 100644 --- a/pygame/Makefile +++ b/pygame/Makefile @@ -16,7 +16,7 @@ all: deploy deploy: #rm -rf ~/games/.saves/tools/bin/libs/gamechestgui mkdir -p ~/games/.saves/tools/bin/libs/gamechestgui - pip3 install -U --target ~/games/.saves/tools/bin/libs/gamechestgui -r ../gamechestcli/requirements.txt - pip3 install -U --target ~/games/.saves/tools/bin/libs/gamechestgui -r requirements.txt + #pip3 install -U --target ~/games/.saves/tools/bin/libs/gamechestgui -r ../gamechestcli/requirements.txt + #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/. |