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_log
would be shown once through themsgbox
after success update
- set
version
- set
ahkFilename
to your script name, it would compile%ahkFilename%.ahk
to%binaryFilename%.exe
setdownloadUrl
to 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 intodist
directory. - Upload the two files in the
dist
directory to your release. - Everything would work.
Click Use this template