mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-01 01:10:34 +08:00
17 lines
367 B
JSON
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"]
|
|
}
|
|
}
|
|
]
|