From: buildmaster Date: Fri, 27 Nov 2020 09:39:54 +0000 (+0100) Subject: added custom installer with Teacher in Displayname X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=363db6af0adff5493c0ea07214c8f99a26f802b0;p=VeyonTeacher.git added custom installer with Teacher in Displayname --- diff --git a/FULLNAMES b/FULLNAMES index af6b8c7..38a29a2 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1 @@ -Veyon +Veyon - Teacher diff --git a/repo-ng/veyon-4.4.2.0-win64-setup.exe b/repo-ng/VeyonTeacherSetup.exe similarity index 97% rename from repo-ng/veyon-4.4.2.0-win64-setup.exe rename to repo-ng/VeyonTeacherSetup.exe index c391211..76e4c7d 100644 Binary files a/repo-ng/veyon-4.4.2.0-win64-setup.exe and b/repo-ng/VeyonTeacherSetup.exe differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 443cb31..08c2dc6 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -20,8 +20,8 @@ VeyonTeacher: '4.4.2.0': - installer: salt://win/repo-ng/VeyonTeacher/veyon-4.4.2.0-win64-setup.exe - full_name: 'Veyon' + installer: salt://win/repo-ng/VeyonTeacher/VeyonTeacherSetup.exe + full_name: 'Veyon - Teacher' uninstaller: "C:\\Program Files\\VeyonTeacher\\uninstaller.exe" install_flags: '/S' uninstall_flags: '/S'