Skip to content

Commit

Permalink
Demo: Added the configurations to generate the runtimes
Browse files Browse the repository at this point in the history
Demo: Added the dedicated certificate
  • Loading branch information
Adolio committed Nov 12, 2022
1 parent 53e06c1 commit 7f9123b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion demo/asconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,19 @@
"airOptions": {
"windows": {
"target": "native",
"output": "bin/Syrinx-Sound-Manager-Demo.exe"
"output": "bin/Syrinx-Sound-Manager-Demo.exe",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "cert/syrinx-demo.p12"
}
},
"air":
{
"output": "bin/Syrinx-Sound-Manager-Demo.air",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "cert/syrinx-demo.p12"
}
}
}
}
Binary file added demo/cert/syrinx-demo.p12
Binary file not shown.

0 comments on commit 7f9123b

Please sign in to comment.