moved stuff into custom_defs

This commit is contained in:
Alexander Gabriel 2026-04-19 17:35:07 +02:00
parent 9292f3002e
commit 73e4a1380b
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
rustdesk:
'25.12.3':
full_name: 'Eclipse Temurin JRE mit Hotspot 11.0.26+4 (x64)'
installer: 'https://download.kde.org/stable/kdenlive/25.12/windows/kdenlive-25.12.3.exe'
install_flags: '/S'
uninstall_flags: '/qn /norestart'
uninstaller: '%ProgramFiles%\Notepad++\uninstall.exe'
msiexec: True
locale: de_DE
reboot: False

View File

@ -0,0 +1,10 @@
kdenlive:
'1.4.6':
full_name: 'RustDesk'
installer: 'https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-x86_64.exe'
install_flags: ' --silent-install'
uninstall_flags: ' --uninstall'
uninstaller: '%ProgramFiles%\\RustDesk\RustDesk.exe'
msiexec: False
locale: de_DE
reboot: False