Skip to content

Commit

Permalink
Fix windows build.
Browse files Browse the repository at this point in the history
Windows just decided to build things differently causing things to break.
Why is it so difficult for windows to provide a stable environment?

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Oct 7, 2023
1 parent f2f59f7 commit 54292d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ jobs:
mkdir dist/pop-fe-ps3/atracdenc/src
cp dist/binmerge/binmerge.exe dist/pop-fe-ps3/.
cp dist/cue2cu2/cue2cu2.exe dist/pop-fe-ps3/.
cp dist/pkg/pkg.exe dist/pop-fe-ps3/.
cp dist/pkg/pkgcrypt*.pyd dist/pop-fe-ps3/.
cp -r -Force dist/pkg/* dist/pop-fe-ps3/.
cp dist/pop-fe/pop-fe.exe dist/pop-fe-ps3/.
cp pop-fe-psp.ui dist/pop-fe-ps3/_internal/.
cp dist/pop-fe-psp/pop-fe-psp.exe dist/pop-fe-ps3/.
cp dist/sign3/sign3.exe dist/pop-fe-ps3/.
cp atracdenc.exe dist/pop-fe-ps3/atracdenc/src/.
cp ffmpeg.exe dist/pop-fe-ps3/.
cp dist/pop-fe-ps3/_internal/PS3LOGO.DAT dist/pop-fe-ps3/.
mkdir dist/pop-fe-ps3/libcrypt
cp libcrypt/*.* dist/pop-fe-ps3/libcrypt
mkdir dist/pop-fe-ps3/ppf
Expand Down

0 comments on commit 54292d3

Please sign in to comment.