mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2024-11-12 02:00:53 +01:00
Use common freedesktop file for debian builds
This commit is contained in:
parent
34f41e648f
commit
11e3aa0b09
@ -15,7 +15,7 @@ PACKAGE_DIR="${SCRIPT_DIR}/package"
|
||||
|
||||
rm -rf "${PACKAGE_DIR}"
|
||||
mkdir -p "${PACKAGE_DIR}"
|
||||
cp "${SCRIPT_DIR}/f.e.i.s-control" "${SCRIPT_DIR}/f.e.i.s.desktop" "${SCRIPT_DIR}/postinst" "${SCRIPT_DIR}/postrm" "${PACKAGE_DIR}"
|
||||
cp "${SCRIPT_DIR}/f.e.i.s-control" "${SCRIPT_DIR}../common/f.e.i.s.desktop" "${SCRIPT_DIR}/postinst" "${SCRIPT_DIR}/postrm" "${PACKAGE_DIR}"
|
||||
cp "${EXECUTABLE}" "${PACKAGE_DIR}/f.e.i.s"
|
||||
cp "${ICON}" "${PACKAGE_DIR}/f.e.i.s.svg"
|
||||
tar --create --gzip --owner root --group root --mode="u=rwX,g=rwX,o=rX" --file "${PACKAGE_DIR}/assets.tar.gz" "${ASSETS}"
|
||||
|
@ -1,8 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=F.E.I.S
|
||||
Comment=Jubeat chart editor
|
||||
Exec=f.e.i.s
|
||||
Icon=f.e.i.s
|
||||
Terminal=false
|
||||
Keywords=feis
|
Loading…
Reference in New Issue
Block a user