From: Maximilian Hofmann Date: Mon, 7 Aug 2023 22:17:17 +0000 (+0200) Subject: updated Veyon student to 4.8.1 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=4ae9ea3d28ab616aa9c95f23d7a715f5d5e71b99;p=VeyonStudent.git updated Veyon student to 4.8.1 --- diff --git a/VERSION b/VERSION index 7908253..efef1ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.0.4 +4.8.1.0 diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 2fb144c..cb2fdfc 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -8,17 +8,11 @@ # Description: Package SLS ############################################################################### -{% if grains['cpuarch'] == 'AMD64' %} -{% set ARCH = "x64" %} -{% else %} -{% set ARCH = "x86" %} -{% endif %} - {% set LOG_PATH = 'C:\\salt\\var\\log' %} VeyonStudent: - '4.8.0.4': - installer: salt://win/repo-ng/VeyonStudent/veyon-4.8.0.4-win64-setup.exe + '4.8.1.0': + installer: salt://win/repo-ng/VeyonStudent/veyon-4.8.1.0-win64-setup.exe full_name: 'Veyon' uninstaller: "C:\\Program Files\\Veyon\\uninstaller.exe" install_flags: '/S /NoMaster' diff --git a/repo-ng/veyon-4.8.0.4-win64-setup.exe b/repo-ng/veyon-4.8.1.0-win64-setup.exe similarity index 62% rename from repo-ng/veyon-4.8.0.4-win64-setup.exe rename to repo-ng/veyon-4.8.1.0-win64-setup.exe index ff0f7a4..438d827 100644 Binary files a/repo-ng/veyon-4.8.0.4-win64-setup.exe and b/repo-ng/veyon-4.8.1.0-win64-setup.exe differ