Skip to content

Commit 9c4874f

Browse files
committed
[CI] Change how AppRun is generated for the AppImage
1 parent 56c6afd commit 9c4874f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,9 @@ jobs:
9696
Categories=Game;
9797
EOF
9898
cp hcl.desktop usr/share/applications/
99-
cat <<EOF > AppRun
100-
#! /usr/bin/env bash
99+
echo '#! /usr/bin/env bash
101100
PWD="$(readlink -f "$(dirname "$0")")"
102-
"$PWD/usr/bin/hcl" $@
103-
EOF
101+
"$PWD/usr/bin/hcl" $@'> AppRun
104102
chmod +x AppRun
105103
cp -r ../../data .
106104
cd ../appimagetool

0 commit comments

Comments
 (0)