Skip to content

Commit

Permalink
Use github api again for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated authored May 17, 2023
1 parent 642b22e commit 2ed6824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import "image/color"
var InstallerGitHash = "Unknown"
var InstallerTag = "Unknown"

const ReleaseUrl = "https://vencord.dev/releases/vencord"
const InstallerReleaseUrl = "https://vencord.dev/releases/installer"
const ReleaseUrl = "https://api.github.com/repos/Vendicated/Vencord/releases/latest"
const InstallerReleaseUrl = "https://api.github.com/repos/Vencord/Installer/releases/latest"

var UserAgent = "VencordInstaller/" + InstallerGitHash + " (https://github.com/Vendicated/VencordInstaller)"
var UserAgent = "VencordInstaller/" + InstallerGitHash + " (https://github.com/Vencord/Installer)"

var (
DiscordGreen = color.RGBA{R: 0x2D, G: 0x7C, B: 0x46, A: 0xFF}
Expand Down

0 comments on commit 2ed6824

Please sign in to comment.