You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/06/25 11:58:12 UTC

[royale-docs] branch master updated: Reverting ca5fb20309ebac7d18d7f9b3feb75421d41173d3

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new f637a44  Reverting ca5fb20309ebac7d18d7f9b3feb75421d41173d3
f637a44 is described below

commit f637a445aaf6ccd18db5a549a7e24c4cd11803d2
Author: yishayw <yi...@hotmail.com>
AuthorDate: Thu Jun 25 14:58:06 2020 +0300

    Reverting ca5fb20309ebac7d18d7f9b3feb75421d41173d3
---
 migrate-an-existing-app/migrate-from-flex.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migrate-an-existing-app/migrate-from-flex.md b/migrate-an-existing-app/migrate-from-flex.md
index f0aff23..543f4da 100644
--- a/migrate-an-existing-app/migrate-from-flex.md
+++ b/migrate-an-existing-app/migrate-from-flex.md
@@ -69,7 +69,7 @@ Yet another category of changes is for **non-Flex SWCs**. If you used third-part
 
 The Royale compiler supports every options the Flex compiler supports. There are also some new options for controlling JavaScript output. Royale has an Ant task just as Flex does. It supports all the options that the Flex Ant task supports, plus some new options for controlling JavaScript output. You should be able to use the same options on the Royale compiler that you used when compiling your Flex app. The only thing you must add is the compiler option
 
-`+config=flex`
+`+configname=flex`
 
 Then, assuming you aren't using any third-party libraries, your application should compile.