Commit 57a0ab6
committed
feat(release): Add debug version to release
Added debug build and both versions to release:
Changes:
1. Updated Create GitHub Release step:
- Added RainingKeysPython-debug.zip (debug version)
- Added RainingKeysPython.zip (release version)
- Removed incorrect dist/ path (zips are in project root)
Benefits:
- Users can choose between release and debug versions
- Release zip (no console, windowed)
- Debug zip (with console for debugging)
- Both built automatically by build.py
- Correct file paths (project root, not dist/)
Release now includes:
1. RainingKeysPython.zip - Optimized release build
2. RainingKeysPython-debug.zip - Debug build with console
This provides both release and debug versions for users.1 parent d3d943a commit 57a0ab6
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
0 commit comments