From 8392de91aa8f72916d63bc74c805dc6957b3fc26 Mon Sep 17 00:00:00 2001 From: John Simpson Date: Fri, 3 Jan 2020 14:37:05 -0500 Subject: [PATCH] add install script to appveyor --- .appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index bb7dd3e..4087698 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -30,4 +30,7 @@ on_success: "C:\Program Files\7-Zip\7z.exe" rn GloSC.zip redist/libeay32.dll libeay32.dll - "C:\Program Files\7-Zip\7z.exe" rn GloSC.zip redist/ssleay32.dll ssleay32.dll \ No newline at end of file + "C:\Program Files\7-Zip\7z.exe" rn GloSC.zip redist/ssleay32.dll ssleay32.dll + + + "C:\Program Files (x86)\Inno Setup 6\iscc.exe" GloSC_install_script.iss \ No newline at end of file