|
12 | 12 | ############################################# |
13 | 13 | # OpenRGB version # |
14 | 14 | ############################################# |
15 | | -version = "1.0rc1" |
| 15 | +version = "1.0rc2wr0" |
16 | 16 |
|
17 | 17 | ############################################# |
18 | 18 | # Git version (tag, branch, or commit) # |
19 | 19 | ############################################# |
20 | | -git_id = "release_candidate_1.0rc1" |
| 20 | +git_id = "release_candidate_1.0rc2wr0" |
21 | 21 |
|
22 | 22 | command = "git rev-list -n 1 " + git_id |
23 | 23 | print(command) |
|
38 | 38 | [ "Windows%2032", "OpenRGB_" + version + "_Windows_32_" + commit, ".zip" ], |
39 | 39 | [ "Linux+amd64+.deb+%28Debian+Bookworm%29", "openrgb_" + version + "_amd64_bookworm_" + commit, ".deb" ], |
40 | 40 | [ "Linux+i386+.deb+%28Debian+Bookworm%29", "openrgb_" + version + "_i386_bookworm_" + commit, ".deb" ], |
| 41 | + [ "Linux+amd64+.deb+%28Debian+Trixie%29", "openrgb_" + version + "_amd64_trixie_" + commit, ".deb" ], |
| 42 | + [ "Linux+i386+.deb+%28Debian+Trixie%29", "openrgb_" + version + "_i386_trixie_" + commit, ".deb" ], |
41 | 43 | [ "Linux%20amd64%20AppImage", "OpenRGB_" + version + "_x86_64_" + commit, ".AppImage" ], |
42 | 44 | [ "Linux%20i386%20AppImage", "OpenRGB_" + version + "_i386_" + commit, ".AppImage" ], |
43 | 45 | [ "Linux+64+F40+rpm", "openrgb_" + version + "_x86_64_f40_" + commit, ".rpm" ], |
44 | 46 | [ "Linux+arm64+.deb+%28Debian%20Bookworm%29", "openrgb_" + version + "_arm64_bookworm_" + commit, ".deb" ], |
45 | 47 | [ "Linux+armhf+.deb+%28Debian%20Bookworm%29", "openrgb_" + version + "_armhf_bookworm_" + commit, ".deb" ], |
| 48 | + [ "Linux+arm64+.deb+%28Debian%20Trixie%29", "openrgb_" + version + "_arm64_trixie_" + commit, ".deb" ], |
| 49 | + [ "Linux+armhf+.deb+%28Debian%20Trixie%29", "openrgb_" + version + "_armhf_trixie_" + commit, ".deb" ], |
46 | 50 | [ "Linux%20arm64%20AppImage", "OpenRGB_" + version + "_arm64_" + commit, ".AppImage" ], |
47 | 51 | [ "Linux%20armhf%20AppImage", "OpenRGB_" + version + "_armhf_" + commit, ".AppImage" ], |
48 | 52 | [ "MacOS%20Intel", "OpenRGB_" + version + "_MacOS_Intel_" + commit, ".zip" ], |
|
0 commit comments