Fixes [stage]

This commit is contained in:
crschnick
2026-08-21 18:37:07 +00:00
parent f3bd50276d
commit 22d2f9be4d
3 changed files with 4 additions and 4 deletions
@@ -44,7 +44,7 @@ public class DataStorageCompatibilityCheck {
if (canonicalVersion.get().getMajor() >= 24
|| (canonicalVersion.get().getMajor() == 23
&& canonicalVersion.get().getMinor() >= 10)) {
&& canonicalVersion.get().getMinor() >= 99)) {
return;
}
}
@@ -34,8 +34,8 @@ public class AppRelease {
public static AppRelease ofPortable(String tag) {
var ext =
switch (OsType.ofLocal()) {
case OsType.Linux ignored -> "dmg";
case OsType.MacOs ignored -> "tar.gz";
case OsType.Linux ignored -> "tar.gz";
case OsType.MacOs ignored -> "dmg";
case OsType.Windows ignored -> "zip";
};
var os =
+1 -1
View File
@@ -1 +1 @@
24.0-45
24.0-46