File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4545 export LINUXDEPLOY_OUTPUT_VERSION="${MAJOR_VERSION}"
4646 export LD_LIBRARY_PATH=AppDir/usr/lib
4747 export DEPLOY_GTK_VERSION=3
48- cp linuxdeploy-x86_64.AppImage ares/
4948 cd ares
49+ wget https://github.com/linuxdeploy/linuxdeploy/releases/download/2.0.0-alpha-1-20241106/linuxdeploy-x86_64.AppImage
5050 wget https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh
5151 chmod +x linuxdeploy-plugin-gtk.sh linuxdeploy-x86_64.AppImage
5252 mkdir -p AppDir/usr/share/metainfo
5858 uses : " marvinpinto/action-automatic-releases@latest"
5959 with :
6060 prerelease : false
61+ draft : true
6162 files : /home/runner/work/ares-emu-appimage/ares-emu-appimage/ares/ares*.AppImage*
6263 repo_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments