Files
MaaAssistantArknights/package-definition.json

20 lines
426 B
JSON

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