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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 3def6a8bd2ec6a1e24b43f25e42bec37dda73fe9
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Feb 2 16:09:49 2026 -0800

    royaleUnitDescriptor.template: hide AIR window by default
---
 royaleunit-ant-tasks/src/main/resources/royaleUnitDescriptor.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/royaleunit-ant-tasks/src/main/resources/royaleUnitDescriptor.template 
b/royaleunit-ant-tasks/src/main/resources/royaleUnitDescriptor.template
index 257ccdedf..b69057ce8 100644
--- a/royaleunit-ant-tasks/src/main/resources/royaleUnitDescriptor.template
+++ b/royaleunit-ant-tasks/src/main/resources/royaleUnitDescriptor.template
@@ -24,7 +24,7 @@ limitations under the License.
   <initialWindow>
     <title>RoyaleUnit Adl Wrapper</title>
     <content>@ADL_SWF@</content>
-    <visible>true</visible> 
+    <visible>false</visible> 
     <minimizable>true</minimizable> 
     <maximizable>false</maximizable> 
     <resizable>false</resizable> 

Reply via email to