Fixes [stage]

This commit is contained in:
crschnick
2026-08-24 10:25:23 +00:00
parent 2f813d401c
commit d1b28e0e56
2 changed files with 2 additions and 2 deletions
@@ -77,7 +77,7 @@ public class DataStorageCompatibilityCheck {
}
private static void runTransitoryBuild() throws Exception {
var version = AppProperties.get().isStaging() ? "23.99-3" : "23.99";
var version = AppProperties.get().isStaging() ? "23.99-4" : "23.99";
var downloaded = AppDownloads.downloadArtifact(AppRelease.ofPortable(version));
var tempTarget = AppSystemInfo.ofCurrent().getTemp().resolve("xpipe-v23.99");
var shell = LocalShell.get(DataStorageCompatibilityCheck.class);
+1 -1
View File
@@ -1 +1 @@
24.0-51
24.0-52