diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 77d6754..938c7fb 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -77,7 +77,26 @@ jobs: - name: Build swf working-directory: MoonshineSDKInstaller/src - run: cmd /C "${ENV:FLEX_HOME}/bin/mxmlc ../src/MoonshineSDKInstaller.mxml -output msdki.swf -swf-version=41 +configname=air -optimize=true -debug=false -actionscript-file-encoding=UTF-8 -incremental=false -keep-generated-actionscript=false -allow-source-path-overlap=true -source-path=../src -source-path+=../../flex-utilities/flex-installer/common/src -source-path+=../../flex-utilities/flex-installer/ant_on_air/external -source-path+=../../flex-utilities/flex-installer/ant_on_air/src -source-path+=../../flex-utilities/flex-installer/ant_on_air/locale/en_US -source-path+=../../ApacheFlexSDKInstallerLib/src -source-path+=../../InstallerSharedCore/src -compiler.library-path+=../../ApacheFlexSDKInstallerLib/libs/as3commons-zip-1.0.0-alpha.1.swc -compiler.library-path+=../../ApacheFlexSDKInstallerLib/libs/as3httpclient.swc -compiler.library-path+=../../MoonshineSDKInstallerGUICore/bin/flash/bin/MoonshineSDKInstallerGUICore.swc" + run: > + cmd /C "${ENV:FLEX_HOME}/bin/mxmlc ../src/MoonshineSDKInstaller.mxml + -output msdki.swf + -swf-version=41 + +configname=air + -optimize=true + -debug=false + -actionscript-file-encoding=UTF-8 + -incremental=false + -keep-generated-actionscript=false + -allow-source-path-overlap=true + -source-path=../src + -source-path+=../../flex-utilities/flex-installer/common/src + -source-path+=../../flex-utilities/flex-installer/ant_on_air/external + -source-path+=../../flex-utilities/flex-installer/ant_on_air/src + -source-path+=../../flex-utilities/flex-installer/ant_on_air/locale/en_US + -source-path+=../../ApacheFlexSDKInstallerLib/src -source-path+=../../InstallerSharedCore/src + -compiler.library-path+=../../ApacheFlexSDKInstallerLib/libs/as3commons-zip-1.0.0-alpha.1.swc + -compiler.library-path+=../../ApacheFlexSDKInstallerLib/libs/as3httpclient.swc + -compiler.library-path+=../../MoonshineSDKInstallerGUICore/bin/flash/bin/MoonshineSDKInstallerGUICore.swc" - name: Upload Artifact uses: actions/upload-artifact@v4