Skip to content

Commit

Permalink
Update bottles-conty-builder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Dec 19, 2024
1 parent 056efed commit 0f0e218
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bottles-conty-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ cd .. || exit 1

# EXPORT THE APPDIR TO AN APPIMAGE
VERSION=$(curl -Ls https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=bottles | grep "^pkgver=" | cut -c 8-)
ARCH=x86_64 ./appimagetool --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 1 \
printf '#!/bin/sh\nexit 0' > ./desktop-file-validate
chmod a+x ./appimagetool ./desktop-file-validate
PATH="$PATH:$PWD" ARCH=x86_64 ./appimagetool --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 1 \
-u "gh-releases-zsync|$GITHUB_REPOSITORY_OWNER|Bottles-appimage|continuous|*x86_64.AppImage.zsync" \
./"$APP".AppDir ./Bottles-"$VERSION"-x86_64.AppImage
cd .. && mv ./tmp/*.AppImage* ./ || exit 1
Expand Down

0 comments on commit 0f0e218

Please sign in to comment.