Skip to content

Commit

Permalink
Cmd one line command
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 4, 2024
1 parent eb09c4a commit a13cca4
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,27 +77,7 @@ jobs:
- name: Build swf
working-directory: MoonshineSDKInstaller/src
run: >
& "${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 a13cca4

Please sign in to comment.