Skip to content

Commit

Permalink
Update build-linux-x86_64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingdoom committed May 19, 2022
1 parent 57a65ce commit d6952db
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ jobs:
- name: Appimage it
run: |
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod a+x appimagetool-x86_64.AppImage
mkdir -p datcord.AppImage/usr/bin/
./mkappimagex86_64
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod a+x appimagetool-x86_64.AppImage
mkdir -p datcord.AppImage/usr/bin/
tar --strip-components=1 -xvf mozilla-unified/obj-x86_64-pc-linux-gnu/dist/*.tar.bz2 -C datcord.AppImage/usr/bin/
mv datcord.AppImage/usr/bin/firefox datcord.AppImage/usr/bin/datcord
mv datcord.AppImage/usr/bin/firefox-bin datcord.AppImage/usr/bin/datcord-bin
ARCH=x86_64 ./appimagetool-x86_64.AppImage datcord.AppImage/
- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit d6952db

Please sign in to comment.