feat: Introduce initial application structure, SQL database tools, and license management.

This commit is contained in:
2026-01-29 23:07:55 +08:00
commit 8319916a06
97 changed files with 3207 additions and 0 deletions

4
build_xp.bat Normal file
View File

@@ -0,0 +1,4 @@
pyinstaller --noconfirm --distpath dist-winXP --workpath build-winXP --clean ProBackup.spec
echo.
echo Building Keygen...
pyinstaller --noconfirm --distpath dist-winXP --workpath build-winXP --clean Keygen.spec