Voeg build script en workflows toe

This commit is contained in:
Sam Geyskens
2025-04-29 13:29:32 +02:00
parent a4927b4d5b
commit 42b6744c2f
3 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"displayName": "VLC Player",
"publisher": "VideoLAN",
"instructions": "Wordt automatisch via Intune Win32 deployed met PSADT.",
"installScript": "install.ps1",
"uninstallCommand": "powershell.exe -ExecutionPolicy Bypass -File uninstall.ps1",
"detection": {
"type": "File",
"path": "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe",
"exists": true
},
"description": "VLC Player voor Windows, uitgerold met PSADT.",
"icon": "icon.png"
}