Skip to content

Commit

Permalink
Backticks
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 4, 2024
1 parent c92ef8c commit eb09c4a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,26 @@ 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"
& "${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 eb09c4a

Please sign in to comment.