Skip to content

Commit

Permalink
Translate to powershell
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 4, 2024
1 parent 47ab848 commit ef3aa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Build swf
working-directory: MoonshineSDKInstaller/src
run: >
"${FLEX_HOME}/bin/mxmlc" "../src/MoonshineSDKInstaller.mxml"
& "${env:FLEX_HOME}/bin/mxmlc" "../src/MoonshineSDKInstaller.mxml"
-output msdki.swf
-swf-version=41
+configname=air
Expand Down

0 comments on commit ef3aa4c

Please sign in to comment.