Skip to content

Commit 614c7c8

Browse files
authored
Merge pull request #182 from portapps/update
Brave 1.80.115
2 parents c7730b6 + 2ef4403 commit 614c7c8

File tree

3 files changed

+2522
-2
lines changed

3 files changed

+2522
-2
lines changed

build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ core.dir = ../portapps
55
app = brave
66
app.name = Brave
77
app.type = archive
8-
app.version = 1.78.102
9-
app.release = 95
8+
app.version = 1.80.115
9+
app.release = 96
1010
app.homepage = https://www.brave.com
1111

1212
# Portable app

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)