Skip to content

Commit b0c0572

Browse files
I'm so stupid
1 parent f57c766 commit b0c0572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/cryptomator/linux/update/FlatpakUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public FlatpakUpdateInfo checkForUpdate(String currentVersion, HttpClient httpCl
7373

7474

7575
// FIXME: remove this block! see https://github.com/cryptomator/cryptomator/issues/4058
76-
if (currentVersion.startsWith("1.18.0-beta")) {
76+
if (currentVersion.startsWith("1.19.0-alpha") || currentVersion.startsWith("1.19.0-beta")) {
7777
return new FlatpakUpdateInfo(updateVersion, this);
7878
}
7979
// END FIXME

0 commit comments

Comments
 (0)