Skip to content

Commit

Permalink
fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Dec 10, 2023
1 parent 21e0bbd commit 75211f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-appimage-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
working-directory: chiaki4deck/scripts
run: |
./run-podman-build-compatibility-appimage.sh
chmod +x ../appimage/Chiaki4deck.AppImage
- name: Upload Chiaki4deck Artifact
uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
working-directory: chiaki4deck/scripts
run: |
./run-podman-build-appimage.sh
chmod +x ../appimage/Chiaki4deck.AppImage
- name: Upload Chiaki4deck Artifact
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ jobs:
- name: Remove qtaudio_windows.dll to fix choppy audio
working-directory: chiaki4deck
run: !
Remove-Item -Path Chiaki4deck-VC\audio\qtaudio_windows.dll
run: |
rm Chiaki4deck-VC\audio\qtaudio_windows.dll
- name: Package Chiaki4deck
working-directory: chiaki4deck
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-podman-build-compatibility-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ podman run --rm \
--device /dev/fuse \
--cap-add SYS_ADMIN \
-t chiaki-focal \
/bin/bash -c "scripts/build-appimage-compatibility.sh /build/appdir"
/bin/bash -c "scripts/build-compatibility-appimage.sh /build/appdir"

0 comments on commit 75211f2

Please sign in to comment.