Skip to content

ahk class to downloading latest releases from github repo

Notifications You must be signed in to change notification settings

clangremlini/OTA.ahk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

ahk class to downloading latest releases from github repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published