Replies: 1 comment 2 replies
-
ANEs are unpackaged by vscode-as3mxml for debug builds only. There is no option to enable unpackaging ANEs for release builds.
This is an option on the asconfigc tool, which is the tool used to build a project based on the options in asconfig.json. By default, asconfigc doesn't unpackage ANEs, and this option asks it to. The option works only for debug builds, though. It will be ignored for release builds. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to enforce the unpackaging of ANEs in
release
builds (for ADL testing).I found this option:
vscode-as3mxml/asconfigc/src/main/java/com/as3mxml/asconfigc/ASConfigCOptions.java
Line 34 in 62b8313
tasks.json
). Copilot cannot figure it out either 😅Can someone help me a bit on this?
Thanks in advance,
Aurélien
Beta Was this translation helpful? Give feedback.
All reactions