Skip to content

Commit

Permalink
Fix insufficient quoting when embedding AppImage update information
Browse files Browse the repository at this point in the history
  • Loading branch information
J5lx committed Feb 5, 2025
1 parent 5682937 commit e73b26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-package/create-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ create_package_linux() {
${BUILD_CMD} chmod 755 linuxdeployqt-continuous-x86_64.AppImage
local update_info="" # Currently no appimageupdate support for nightly builds
if [ $IS_RELEASE = "true" ]; then
update_info="-updateinformation=gh-releases-zsync|${GITHUB_REPOSITORY/\//|}|latest|pencil2d-linux-amd64-*.AppImage.zsync"
update_info="-updateinformation=\"gh-releases-zsync|${GITHUB_REPOSITORY/\//|}|latest|pencil2d-linux-amd64-*.AppImage.zsync\""
fi
${BUILD_CMD} bash -c "LD_LIBRARY_PATH=\"\${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu/pulseaudio\" \
./linuxdeployqt-continuous-x86_64.AppImage \
Expand Down

0 comments on commit e73b26f

Please sign in to comment.