Skip to content

Commit

Permalink
Update v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
libsgh committed May 17, 2024
1 parent 82a8432 commit 326248a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Website = "https://chrome.noki.icu"
Icon = "assets/img/chrome.ico"
Name = "chrome_updater"
ID = "com.github.libs.chrome"
Version = "1.2"
Version = "1.3"
2 changes: 1 addition & 1 deletion chrome_plus.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func chromePlusScreen(win fyne.Window, data *SettingsData) fyne.CanvasObject {
func setPlusVer(data *SettingsData, ver string, releaseMap map[string]GithubRelease) {
plusInfo := releaseMap[ver]
data.curPlusVer.Set(plusInfo.TagName)
data.plusDownloadUrl.Set(plusInfo.Assets[0].BrowserDownloadURL)
data.plusDownloadUrl.Set(pathJoin(getString(data.ghProxy), plusInfo.Assets[0].BrowserDownloadURL))
}

var (
Expand Down

0 comments on commit 326248a

Please sign in to comment.