From: Maximilian Hofmann Date: Mon, 7 Aug 2023 22:13:35 +0000 (+0200) Subject: update Veyon teacher to 4.8.1 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=a09fb61e1883562bfe255ee005845b042a0fd1bd;p=VeyonTeacher.git update Veyon teacher 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 9d68524..3e2b555 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' %} VeyonTeacher: - '4.8.0.4': - installer: salt://win/repo-ng/VeyonTeacher/veyon-4.8.0.4-win64-setup.exe + '4.8.1.0': + installer: salt://win/repo-ng/VeyonTeacher/veyon-4.8.1.0-win64-setup.exe full_name: 'Veyon - Teacher' uninstaller: "C:\\Program Files\\Veyon\\uninstaller.exe" install_flags: '/S' 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