mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-02 10:29:39 +00:00
as3crypto is actionscript 3 crypto library with TLS engine support. From: http://github.com/lyokato/as3crypto_patched Which was forked from: http://code.google.com/p/as3crypto/
21 lines
365 B
YAML
21 lines
365 B
YAML
---
|
|
mxml_path: src/As3crypto.mxml
|
|
appxml_path: src/As3crypto-app.xml
|
|
|
|
src_dirs: [ 'src' ]
|
|
lib_dir: lib
|
|
|
|
air_path: bin/As3crypto.air
|
|
swf_path: bin/As3crypto.swf
|
|
assets: src/assets
|
|
certificate: cert.pfx
|
|
|
|
development:
|
|
debug: true
|
|
|
|
test:
|
|
swf_path: bin/Test.swf
|
|
mxml_path: test/Test.mxml
|
|
appxml_path: test/Test-app.xml
|
|
src_dirs: [ 'src', 'test' ]
|
|
debug: true |