diff --git a/packaging/debian/build_deb.sh b/packaging/debian/build_deb.sh index 8d7b354..d00b878 100755 --- a/packaging/debian/build_deb.sh +++ b/packaging/debian/build_deb.sh @@ -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}" diff --git a/packaging/debian/f.e.i.s.desktop b/packaging/debian/f.e.i.s.desktop deleted file mode 100644 index c3613e0..0000000 --- a/packaging/debian/f.e.i.s.desktop +++ /dev/null @@ -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 \ No newline at end of file