Upload command line

This commit is contained in:
2021-09-06 13:21:38 +08:00
parent adacf5a883
commit c96d31b30a
6 changed files with 66 additions and 7 deletions

3
game-backuper.py Normal file
View File

@@ -0,0 +1,3 @@
# You can use `pyinstaller -c game-backuper.py` to get a package version
from game_backuper import start
start()