Files
MaaAssistantArknights/package-definition.json
2024-07-19 03:48:02 +00:00

17 lines
367 B
JSON

[
{
"name_template": "MAA-{VERSION}-win-{PLATFORM}",
"type": "MaaBundle",
"configuration": {
"include": ["**"]
}
},
{
"name_template": "MAAComponent-DebugSymbol-{VERSION}-win-{PLATFORM}",
"type": "MaaDebugSymbol",
"configuration": {
"include": ["**/*.pdb"]
}
}
]