release config

This commit is contained in:
Tubix
2024-12-21 19:17:06 +00:00
parent f44b644fed
commit fc9d453045
7 changed files with 13 additions and 414 deletions

View File

@@ -6,5 +6,13 @@
"output": "bin/AlternativaEditor.swf"
},
"mainClass": "AlternativaEditor",
"application": "AlternativaEditor-app.xml"
"application": "AlternativaEditor-app.xml",
"airOptions": {
"target": "air",
"output": "bin/AlternativaEditor.air",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "tankseditor.p12"
}
}
}