Skip to content

Commit

Permalink
Merge pull request #11 from Samueru-sama/master
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju authored Aug 15, 2024
2 parents 19bc891 + c1bd028 commit 903df9f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Download Brave
continue-on-error: true
run: |
# Install appimagetool dependency
sudo apt-get -y install desktop-file-utils
set -u
# --------------------------- #
Expand Down Expand Up @@ -111,12 +114,12 @@ jobs:
ls -al "$APPDIR"
wget -q --show-progress --progress=dot:mega -O appimagetool \
https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x ./appimagetool
./appimagetool --appimage-extract && mv ./squashfs-root ./appimagetool.AppDir
./appimagetool.AppDir/AppRun --comp gzip "$APPDIR" -n -u \
./appimagetool.AppDir/AppRun --comp zstd "$APPDIR" -n -u \
"gh-releases-zsync|$GITHUB_REPOSITORY_OWNER|Brave-AppImage|$TYPE|Brave*.AppImage.zsync" \
"Brave-$TYPE-$TAG-x86_64.AppImage"
Expand Down

0 comments on commit 903df9f

Please sign in to comment.