Skip to content

Commit

Permalink
fix_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyz512 committed Sep 2, 2022
1 parent 88c4a1e commit 1760aa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/modpaths/urls.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
update_url=https://github.com/robbyz512/dota2-minify/releases/new
update_url=https://github.com/robbyz512/dota2-minify/releases
discord_url=https://discord.gg/2YDnqpbcKM
patreon_url=https://www.patreon.com/minify
help_url=https://github.com/robbyz512/dota2-minify#rocket-installation
latest_version_url=1.0.22
latest_version_url=1.01.22
dev_version=https://github.com/robbyz512/dota2-minify#books-developing-your-own-mods
4 changes: 2 additions & 2 deletions gui.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import mpaths
import validatefiles
import helper

version = "1.0"
version = "1.01.22"

# button size
btnXpad = 5
Expand Down Expand Up @@ -170,7 +170,7 @@ class App():
if helper.workshop_installed == False:
helper.disableWorkshopMods(mpaths.mods_dir, mpaths.mods_folders, checkboxes)

if version == version:
if version == mpaths.latest_version_url:
self.updateBtn.config(state='disabled')
self.versionLabel.config(fg="#0cb6b3")
self.versionLabel.config(text=f"Latest version {version}")
Expand Down

0 comments on commit 1760aa3

Please sign in to comment.