Skip to content

Commit 7e4a00a

Browse files
committed
.github: fix indentation in here script
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent b7fac71 commit 7e4a00a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
./appimagetool.AppImage --appimage-extract 2>/dev/null || unsquashfs -d squashfs-root appimagetool.AppImage && \
4646
mkdir -p AppDir/usr/bin AppDir/usr/share/applications AppDir/usr/share/icons/hicolor/256x256/apps && \
4747
cp demo AppDir/usr/bin/ && \
48-
cat > AppDir/usr/share/applications/demo.desktop <<EOF
49-
[Desktop Entry]
50-
Type=Application
51-
Name=Infix Demo
52-
Exec=usr/bin/demo
53-
Icon=demo
54-
Categories=Game;
55-
EOF
48+
cat <<EOF > AppDir/usr/share/applications/demo.desktop
49+
[Desktop Entry]
50+
Type=Application
51+
Name=Infix Demo
52+
Exec=usr/bin/demo
53+
Icon=demo
54+
Categories=Game;
55+
EOF
5656
cp jack.png AppDir/usr/share/icons/hicolor/256x256/apps/demo.png && \
5757
ln -sf usr/share/applications/demo.desktop AppDir/demo.desktop && \
5858
ln -sf usr/share/icons/hicolor/256x256/apps/demo.png AppDir/demo.png && \

0 commit comments

Comments
 (0)