Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazrius committed Mar 10, 2024
1 parent 7d9c466 commit 08978d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
7z x _DX2010_.exe DXSDK/Lib/x86 -o_DX2010_ > nul
echo Moving SDK to home directory
mkdir $DX9_SDK
mv _DX2010_/DXSDK $DX9_SDK
mv _DX2010_/DXSDK/* $DX9_SDK
echo Cleaning up install files
rm -fR _DX*_ _DX*_.exe
shell: bash
Expand Down

0 comments on commit 08978d7

Please sign in to comment.