Skip to content

Commit

Permalink
Cmd multiline
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 4, 2024
1 parent a13cca4 commit 87c8339
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87c8339

Please sign in to comment.