Skip to content

Commit

Permalink
Merge pull request #46 from Samueru-sama/main
Browse files Browse the repository at this point in the history
include more audio packages
  • Loading branch information
ivan-hc authored Oct 28, 2024
2 parents d316bfd + cf0f440 commit cc3dc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create-arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
########################################################################

# Package groups
audio_pkgs="alsa-lib lib32-alsa-lib libpulse lib32-libpulse pipewire lib32-pipewire"
audio_pkgs="alsa-lib lib32-alsa-lib libpulse lib32-libpulse pipewire lib32-pipewire pipewire-alsa pipewire-pulse"

video_pkgs="mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon vulkan-intel \
lib32-vulkan-intel vulkan-icd-loader lib32-vulkan-icd-loader vulkan-mesa-layers \
Expand Down
2 changes: 1 addition & 1 deletion steam-conty-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,6 @@ export VERSION="$(curl -Ls https://archlinux.org/packages/multilib/x86_64/steam/
export ARCH=x86_64
./appimagetool --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 1 \
-u "gh-releases-zsync|$GITHUB_REPOSITORY_OWNER|Steam-appimage|continuous|*x86_64.AppImage.zsync" \
./"$APP".AppDir Steam-"$VERSION-3"-"$ARCH".AppImage
./"$APP".AppDir Steam-"$VERSION"-"$ARCH".AppImage
cd .. && mv ./tmp/*.AppImage* ./ || exit 1

0 comments on commit cc3dc5f

Please sign in to comment.