Skip to content

Commit a589a0f

Browse files
OpenRGB Release Candidate 1.0rc2wr0
1 parent 2159406 commit a589a0f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

OpenRGB.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
2626
#-----------------------------------------------------------------------------------------------#
2727
MAJOR = 0
2828
MINOR = 9
29-
SUFFIX = git
29+
SUFFIX = 1.0rc2wr0
3030

3131
SHORTHASH = $$system("git rev-parse --short=7 HEAD")
3232
LASTTAG = "release_"$$MAJOR"."$$MINOR

scripts/prepare-artifacts.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
#############################################
1313
# OpenRGB version #
1414
#############################################
15-
version = "1.0rc1"
15+
version = "1.0rc2wr0"
1616

1717
#############################################
1818
# Git version (tag, branch, or commit) #
1919
#############################################
20-
git_id = "release_candidate_1.0rc1"
20+
git_id = "release_candidate_1.0rc2wr0"
2121

2222
command = "git rev-list -n 1 " + git_id
2323
print(command)
@@ -38,11 +38,15 @@
3838
[ "Windows%2032", "OpenRGB_" + version + "_Windows_32_" + commit, ".zip" ],
3939
[ "Linux+amd64+.deb+%28Debian+Bookworm%29", "openrgb_" + version + "_amd64_bookworm_" + commit, ".deb" ],
4040
[ "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" ],
4143
[ "Linux%20amd64%20AppImage", "OpenRGB_" + version + "_x86_64_" + commit, ".AppImage" ],
4244
[ "Linux%20i386%20AppImage", "OpenRGB_" + version + "_i386_" + commit, ".AppImage" ],
4345
[ "Linux+64+F40+rpm", "openrgb_" + version + "_x86_64_f40_" + commit, ".rpm" ],
4446
[ "Linux+arm64+.deb+%28Debian%20Bookworm%29", "openrgb_" + version + "_arm64_bookworm_" + commit, ".deb" ],
4547
[ "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" ],
4650
[ "Linux%20arm64%20AppImage", "OpenRGB_" + version + "_arm64_" + commit, ".AppImage" ],
4751
[ "Linux%20armhf%20AppImage", "OpenRGB_" + version + "_armhf_" + commit, ".AppImage" ],
4852
[ "MacOS%20Intel", "OpenRGB_" + version + "_MacOS_Intel_" + commit, ".zip" ],

0 commit comments

Comments
 (0)