Skip to content

Commit 72ccbd9

Browse files
committed
Fixed beta updater on Windows
#615
1 parent a731303 commit 72ccbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/update.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
$latestversion = trim(external_file_get_contents("https://version.linkstack.org/"));
7575
7676
if(env('JOIN_BETA') === true){
77-
$fileUrl = 'https://update.linkstack.org/beta/'. $latestversion . '.zip';
77+
$fileUrl = 'https://beta.linkstack.org/'. $latestversion . '.zip';
7878
} else {
7979
$fileUrl = 'https://update.linkstack.org/'. $latestversion . '.zip';
8080
}

0 commit comments

Comments
 (0)