File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 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 <<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
48+ printf '[Desktop Entry]\nType=Application\nName=Infix Demo\nExec=usr/bin/demo\nIcon=demo\nCategories=Game;\n' > AppDir/usr/share/applications/demo.desktop
5649 cp jack.png AppDir/usr/share/icons/hicolor/256x256/apps/demo.png && \
5750 ln -sf usr/share/applications/demo.desktop AppDir/demo.desktop && \
5851 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