Skip to content

Commit d7eb268

Browse files
I'm so stupid
1 parent aa038e3 commit d7eb268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cryptomator/macos/update/DmgUpdateMechanism.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected DownloadUpdateInfo checkForUpdate(String currentVersion, LatestVersion
3737

3838

3939
// FIXME: remove this block! see https://github.com/cryptomator/cryptomator/issues/4058
40-
if (currentVersion.startsWith("1.18.0-beta") && asset != null) {
40+
if ((currentVersion.startsWith("1.19.0-alpha") || currentVersion.startsWith("1.19.0-beta")) && asset != null) {
4141
return new DownloadUpdateInfo(this, updateVersion, asset);
4242
}
4343
// END FIXME

0 commit comments

Comments
 (0)