moved stuff into custom_defs
This commit is contained in:
parent
9292f3002e
commit
73e4a1380b
10
win/repo-ng/custom_defs/kdenlive/init.sls
Normal file
10
win/repo-ng/custom_defs/kdenlive/init.sls
Normal 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
|
||||||
10
win/repo-ng/custom_defs/rustdesk/init.sls
Normal file
10
win/repo-ng/custom_defs/rustdesk/init.sls
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user