1
0
mirror of https://github.com/heebijeebi/WinTango-Patcher.git synced 2024-06-22 05:21:56 +02:00
This commit is contained in:
heebijeebi
2016-12-08 10:10:48 +01:00
parent f17a5bcb0f
commit 054def11c3
20 changed files with 190 additions and 251 deletions

View File

@@ -2,7 +2,7 @@ Func Defines()
;This defines all the globally used Variables
Global $AppName = "WinTango Patcher"
Global $AppVersion = "16.06.XX"
Global $AppVersion = "16.12.XX"
Global $AppPublisher = "heebijeebi"
Global $AppRegKey = "HKLM\Software\" & $AppName
@@ -34,7 +34,8 @@ Func Defines()
Global $UninstallRegKey = "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\" & $AppName
;URLs
Global $FilesURL = "https://dl.dropboxusercontent.com/u/825387/WinTango-Patcher"
;Global $FilesURL = "https://dl.dropboxusercontent.com/u/825387/WinTango-Patcher"
Global $FilesURL = "https://github.com/heebijeebi/WinTango-Patcher/releases/download"
;Folders
Global $ResourcesDir = @ScriptDir & "\Resources"