add teams icon, add vs revo, etc
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user