Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update updater to remove shervann update channel
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Jun 24, 2024
1 parent 2e66844 commit 4dfedb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public ApplicationLauncher(String[] args) {
}
}
autoUpdate = au;
updateChannel = uc;
updateChannel = uc.replace("shervann","experimental");
}

public String getVersion() {
Expand Down

0 comments on commit 4dfedb1

Please sign in to comment.