Skip to content

Commit

Permalink
update name again
Browse files Browse the repository at this point in the history
  • Loading branch information
mantikafasi committed Oct 10, 2023
1 parent fd7dc30 commit 81be44c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import "image/color"
var InstallerGitHash = "Unknown"
var InstallerTag = "Unknown"

const ReleaseUrl = "https://api.github.com/repos/StupidityDB/Bencord/releases/latest"
const ReleaseUrl = "https://api.github.com/repos/StupidityDB/VencordPlus/releases/latest"
const ReleaseUrlFallback = "https://vencord.dev/releases/vencord"
const InstallerReleaseUrl = "https://api.github.com/repos/StupidityDB/BencordInstaller/releases/latest"
const InstallerReleaseUrl = "https://api.github.com/repos/StupidityDB/VencordPlusInstaller/releases/latest"
const InstallerReleaseUrlFallback = "https://vencord.dev/releases/installer"

var UserAgent = "VencordInstaller/" + InstallerGitHash + " (https://github.com/Vencord/Installer)"
Expand Down
2 changes: 1 addition & 1 deletion gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func main() {
g.Update()
}()

win = g.NewMasterWindow("Vencord Installer", 1200, 800, 0)
win = g.NewMasterWindow("Vencord(Plus) Installer", 1200, 800, 0)

icon, _, err := image.Decode(bytes.NewReader(iconBytes))
if err != nil {
Expand Down

0 comments on commit 81be44c

Please sign in to comment.