File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 && \
You can’t perform that action at this time.
0 commit comments