diff --git a/.gitignore b/.gitignore index 58b0d6f..5d48375 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,15 @@ # configuration file for Compile AHK CClose.ahk.ini -# compiled executable -CClose.exe - # configuration file for Actual Installer CClose.aip -# installer package -CClose Setup.exe +# compiled executable and installer package +*.exe # batch file for code signing Sign File.bat dev/ portable/ +x86/CClose.ahk diff --git a/x86/update.txt b/x86/update.txt new file mode 100644 index 0000000..0af8b28 --- /dev/null +++ b/x86/update.txt @@ -0,0 +1,2 @@ +1.3.5.1 +https://github.com/chaohershi/cclose/releases/download/v1.3.5.1/CClose.Setup.x86.exe