add teams icon, add vs revo, etc

This commit is contained in:
Julian Freeman
2026-02-04 12:51:35 -04:00
parent 406317db78
commit 8270fa3ec1
5 changed files with 101 additions and 1 deletions

View File

@@ -52,7 +52,13 @@
"Id": "Microsoft.Teams",
"Version": "",
"Enabled": 1,
"PostInstall": []
"PostInstall": [
{
"Type": "FileCopy",
"Source": "./assets/msteams/Microsoft Teams.lnk",
"Destination": "$HOME\\Desktop\\Microsoft Teams.lnk"
}
]
},
{
"Name": "KeePassXC",
@@ -69,6 +75,10 @@
"Type": "FileCopy",
"Source": "./assets/keepassxc/KeePassXC.lnk",
"Destination": "$HOME\\Desktop\\KeePassXC.lnk"
},
{
"Type": "RegImport",
"Path": "./config/keepassxc.reg"
}
]
},
@@ -119,6 +129,18 @@
}
]
},
{
"Name": "Revo Uninstaller",
"Id": "RevoUninstaller.RevoUninstaller",
"Version": "2.6.5",
"Enabled": 0,
"PostInstall": [
{
"Type": "RegImport",
"Path": "./config/revo_uninstaller.reg"
}
]
},
{
"Name": "Adobe Acrobat Reader",
"Id": "Adobe.Acrobat.Reader.64-bit",