Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 531 Bytes

File metadata and controls

13 lines (9 loc) · 531 Bytes

AHK OTA CLASS

How to use

  • Specify the name of the github repository in the OTA.ahk file (line #3)
  • Specify the name of the file to be loaded from the latest release (line #4)
  • Specify the name of the file to be saved (line #5)
  • Including file OTA.ahk (#Include OTA.ahk)
  • In the main project file, specify the version of the script (global version = "v1.26.1")
  • To check for updates, call OTA.checkupd() in your code