logo.png(modified) from https://www.pngrepo.com/
icon.ico is converted from the logo.png at https://cloudconvert.com/png-to-ico with 48x48 dimension
tested on Autohotkey 2.0-beta.3
When publish release on Github, upload a additional version.txt file.
Then the script would download the file and check if there is newer version. If there is, then download it.
- the
update_logwould be shown once through themsgboxafter success update
- set
version - set
ahkFilenameto your script name, it would compile%ahkFilename%.ahkto%binaryFilename%.exe setdownloadUrlto your github release URL- set your GitHub id(
GitHubID) and Repo name (repoName)
- setup your tray icon behavior here.
- put your app icon here.
version is compared by (\d+)\.(\d+)\.(\d+)
- Run
distribution.ahk, is will compile your script into binary, and then compress it into zip. At the same time, it will genarate theversion.txt. And then, this two file would be moved intodistdirectory. - Upload the two files in the
distdirectory to your release. - Everything would work.
Click Use this template
