From: buildmaster Date: Thu, 5 Nov 2020 10:07:15 +0000 (+0100) Subject: Fix path and version X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=b4fbf18b7fbf1063ba7ee401cdab1b3b1150690d;p=UltraVNC.git Fix path and version --- diff --git a/repo-ng/init.sls b/repo-ng/init.sls index f677b42..b7b924d 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -17,11 +17,11 @@ {% set LOG_PATH = 'C:\\salt\\var\\log' %} {% set DESTINATION = '%ProgramFiles%\\UltraVNC'%} UltraVnc: - '1.2.2.2': + '1.2.4.0': {% if ARCH == 'x64' %} - installer: salt://win/repo-ng/UltraVnc/UltraVNC_1_2_22_X64_Setup.exe + installer: salt://win/repo-ng/UltraVnc/UltraVNC_1_2_40_X64_Setup.exe {% else %} - installer: salt://win/repo-ng/UltraVnc/UltraVNC_1_2_22_X86_Setup.exe + installer: salt://win/repo-ng/UltraVnc/UltraVNC_1_2_40_X86_Setup.exe {% endif %} full_name: 'UltraVnc' uninstaller: '{{ DESTINATION }}\unins000.exe'