Skip to content

Commit 3bc61fa

Browse files
committed
Pin update feed url
1 parent c7730b6 commit 3bc61fa

File tree

2 files changed

+2520
-0
lines changed

2 files changed

+2520
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
package main
66

77
import (
8+
"fmt"
89
"os"
910
"path"
1011

@@ -50,6 +51,7 @@ func main() {
5051
"--disable-breakpad",
5152
"--disable-machine-id",
5253
"--disable-encryption-win",
54+
"--update-feed-url=" + fmt.Sprintf("https://raw.githubusercontent.com/portapps/brave-portable/refs/tags/%s-%s/res/appcast.xml", app.Info.Version, app.Info.Release),
5355
}
5456

5557
// Cleanup on exit

0 commit comments

Comments
 (0)