Remove unpack suffixes when generating an index bundle

This commit is contained in:
Daniel
2024-10-16 13:51:38 +02:00
parent eb74b6cc1d
commit d6669ff8f5
3 changed files with 16 additions and 4 deletions

View File

@@ -31,15 +31,22 @@ var (
"**/hubs*.json",
"**/*mini*.mmdb.gz",
// Unsupported platforms.
"darwin_amd64/**",
"darwin_arm64/**",
// Deprecated artifacts.
"**/portmaster-start*",
"**/portmaster-app*",
"**/portmaster-notifier*",
"**/portmaster-wintoast*.dll",
"**/portmaster-snoretoast*.exe",
"**/portmaster-kext*.dll",
"**/profilemgr*.zip",
"**/settings*.zip",
"**/monitor*.zip",
"**/base*.zip",
"**/console*.zip",
"**/portmaster-wintoast*.dll",
"**/portmaster-snoretoast*.exe",
"**/portmaster-kext*.dll",
},
UnpackFiles: map[string]string{
"gz": "**/*.gz",