Skip to content

Commit 7f9123b

Browse files
committed
Demo: Added the configurations to generate the runtimes
Demo: Added the dedicated certificate
1 parent 53e06c1 commit 7f9123b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

demo/asconfig.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,19 @@
2727
"airOptions": {
2828
"windows": {
2929
"target": "native",
30-
"output": "bin/Syrinx-Sound-Manager-Demo.exe"
30+
"output": "bin/Syrinx-Sound-Manager-Demo.exe",
31+
"signingOptions": {
32+
"storetype": "pkcs12",
33+
"keystore": "cert/syrinx-demo.p12"
34+
}
35+
},
36+
"air":
37+
{
38+
"output": "bin/Syrinx-Sound-Manager-Demo.air",
39+
"signingOptions": {
40+
"storetype": "pkcs12",
41+
"keystore": "cert/syrinx-demo.p12"
42+
}
3143
}
3244
}
3345
}

demo/cert/syrinx-demo.p12

2.48 KB
Binary file not shown.

0 commit comments

Comments
 (0)