Skip to content

Commit 6cf6079

Browse files
committed
chore: replace patched linux deploy with released version
1 parent 796921c commit 6cf6079

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
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
@@ -58,5 +58,6 @@ jobs:
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 }}

linuxdeploy-x86_64.AppImage

-12.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)