Skip to content

Commit

Permalink
Fixed beta updater on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Nov 16, 2023
1 parent a731303 commit 72ccbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/update.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
$latestversion = trim(external_file_get_contents("https://version.linkstack.org/"));
if(env('JOIN_BETA') === true){
$fileUrl = 'https://update.linkstack.org/beta/'. $latestversion . '.zip';
$fileUrl = 'https://beta.linkstack.org/'. $latestversion . '.zip';
} else {
$fileUrl = 'https://update.linkstack.org/'. $latestversion . '.zip';
}
Expand Down

0 comments on commit 72ccbd9

Please sign in to comment.