From cb989ff1ffcf41d21f0ba573a68eef18e03d782f Mon Sep 17 00:00:00 2001 From: Chaohe Shi Date: Fri, 12 Oct 2018 22:47:55 -0400 Subject: [PATCH] Add update file for 32-bit x86 CClose --- .gitignore | 8 +++----- x86/update.txt | 2 ++ 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 x86/update.txt 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