Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Try to set correct AppImage version
  • Loading branch information
houmain committed Jan 15, 2023
1 parent 055e54b commit 77bc048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:
sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good
mkdir -p AppDir
cp -R dist AppDir/usr
cp AppDir/usr/share/applications/gpupad.desktop AppDir
cp AppDir/usr/share/pixmaps/gpupad.png AppDir
cp AppDir/usr/share/applications/io.github.houmain.gpupad.desktop AppDir
cp AppDir/usr/share/pixmaps/io.github.houmain.gpupad.png AppDir
wget -nv -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
chmod a+x linuxdeployqt*.AppImage
export VERSION='${{ steps.vars.outputs.version }}'
unset QTDIR; unset QT_PLUGIN_PATH; unset LD_LIBRARY_PATH
./linuxdeployqt*.AppImage AppDir/usr/bin/gpupad -appimage -extra-plugins=iconengines,imageformats -no-translations -no-copy-copyright-files
mv GPUpad-*-x86_64.AppImage GPUpad-x86_64.AppImage
- name: Upload to Github release
uses: xresloader/upload-to-github-release@v1
Expand Down

0 comments on commit 77bc048

Please sign in to comment.