Initial commit: Twitch VOD Manager v3.5.3
- Main application with auto-update functionality - PyInstaller spec for building standalone EXE - Inno Setup installer script with silent update support - Server version.json for update checking Features: - Download Twitch VODs - Auto-update with silent installation - Settings stored in ProgramData Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# Build artifacts
|
||||
build/
|
||||
dist/
|
||||
installer_output/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Config with credentials
|
||||
config.json
|
||||
|
||||
# Temp files
|
||||
*.log
|
||||
nul
|
||||
download_queue.json
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Old exe
|
||||
Twitch_VOD_Manager.exe
|
||||
Reference in New Issue
Block a user