Skip to content

Commit

Permalink
Windows: add chdman.exe to the package
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <[email protected]>
  • Loading branch information
sahlberg committed Nov 13, 2024
1 parent 0df14ed commit 9e9cc0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
run: |
Invoke-WebRequest -OutFile atracdenc-x86_0.1.1.zip https://github.com/dcherednik/atracdenc/releases/download/0.1.1/atracdenc-win-x86_0.1.1.zip
unzip -j atracdenc-x86_0.1.1 -x README.TXT
- name: Install CHDMAN
run: |
Invoke-WebRequest -OutFile chdman.zip https://wiki.recalbox.com/tutorials/utilities/rom-conversion/chdman/chdman.zip
unzip -j chdman.zip chdman.exe
- name: Install FFMPEG
run: |
Invoke-WebRequest -OutFile ffmpeg-release-essentials.zip https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
Expand Down Expand Up @@ -132,6 +136,7 @@ jobs:
cp dist/sign3/sign3.exe dist/pop-fe/.
cp atracdenc.exe dist/pop-fe/atracdenc/src/.
cp ffmpeg.exe dist/pop-fe/.
cp chdman.exe dist/pop-fe/.
cp lcp.exe dist/pop-fe/.
mkdir dist/pop-fe/libcrypt
cp libcrypt/*.* dist/pop-fe/libcrypt
Expand All @@ -149,6 +154,7 @@ jobs:
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 chdman.exe dist/pop-fe-ps3/.
cp lcp.exe dist/pop-fe/.
cp dist/pop-fe-ps3/_internal/PS3LOGO.DAT dist/pop-fe-ps3/.
mkdir dist/pop-fe-ps3/libcrypt
Expand Down

0 comments on commit 9e9cc0a

Please sign in to comment.