From 8377e9e484338503bfa7e0362ef7f84d63393336 Mon Sep 17 00:00:00 2001 From: Pyogenics Date: Sat, 28 Sep 2024 17:53:23 +0100 Subject: [PATCH] Initial project files --- .gitignore | 1 + ...ernativaEditor-app.xml => AlternativaEditor-app.xml | 2 +- asconfig.json | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) rename src/AlternativaEditor-app.xml => AlternativaEditor-app.xml (98%) create mode 100644 asconfig.json diff --git a/.gitignore b/.gitignore index 90762f4..2b99ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ bin-debug/ bin-release/ [Oo]bj/ [Bb]in/ +build/ # Other files and folders .settings/ diff --git a/src/AlternativaEditor-app.xml b/AlternativaEditor-app.xml similarity index 98% rename from src/AlternativaEditor-app.xml rename to AlternativaEditor-app.xml index 16f6cbe..b02f587 100644 --- a/src/AlternativaEditor-app.xml +++ b/AlternativaEditor-app.xml @@ -37,7 +37,7 @@ - [This value will be overwritten by Flex Builder in the output app.xml] + build/AlternativaEditor.swf diff --git a/asconfig.json b/asconfig.json new file mode 100644 index 0000000..9d639a9 --- /dev/null +++ b/asconfig.json @@ -0,0 +1,10 @@ +{ + "config": "air", + "compilerOptions": { + "source-path": ["src"], + "library-path": ["libs"], + "output": "build/AlternativaEditor.swf" + }, + "mainClass": "AlternativaEditor", + "application": "AlternativaEditor-app" +} \ No newline at end of file