Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoxs committed Aug 27, 2022
1 parent d1d05dc commit 5e375e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/main/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export const LOCAL_VERSIONS_PATH = GAME_PATH + 'versions.json'
export const LOCAL_REGEX_PATH = GAME_PATH + 'regex.json'

// GitHub
export const GITHUB_OWNER = 'zenoxs'
export const GITHUB_REPO = 'lindo-poc-update'
export const GITHUB_OWNER = 'prixe'
export const GITHUB_REPO = 'lindo'
export const GITHUB_LATEST_RELEASE_URL = 'https://github.com/' + GITHUB_OWNER + '/' + GITHUB_REPO + '/releases/latest'

0 comments on commit 5e375e4

Please sign in to comment.