mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-23 09:46:36 +00:00
Fixes [stage]
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user