@apache-royale/royale-js
Version:
Apache Royale (formerly FlexJS)
17 lines (16 loc) • 375 B
JSON
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "asconfigc",
"isShellCommand": true,
"args": [
"--royaleHome=/FlexSDK/RoyaleNightly"
],
"windows": {
"args": [
"--royaleHome=C:\\dev\\royale_builds\\nightly_07"
]
},
"showOutput": "always"
}