diff options
Diffstat (limited to 'build-native.sh')
| -rwxr-xr-x | build-native.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/build-native.sh b/build-native.sh index 32dccab..3ebc825 100755 --- a/build-native.sh +++ b/build-native.sh @@ -54,17 +54,21 @@ cp -af "${STAGING}/." "${INSTALL_DIR}/" # ── Desktop entry ── DESKTOP_DIR="${HOME}/.local/share/applications" mkdir -p "${DESKTOP_DIR}" -cat > "${DESKTOP_DIR}/fluorine-manager.desktop" <<EOF +cat > "${DESKTOP_DIR}/com.fluorine.manager.desktop" <<EOF [Desktop Entry] Type=Application Name=Fluorine Manager Comment=Mod Organizer 2 for Linux Exec=${INSTALL_DIR}/fluorine-manager -Icon=fluorine-manager +Icon=com.fluorine.manager Terminal=false Categories=Game; EOF +# Icon +mkdir -p "${HOME}/.local/share/icons/hicolor/256x256/apps/" +cp -f "${SCRIPT_DIR}/flatpak/com.fluorine.manager.png" "${HOME}/.local/share/icons/hicolor/256x256/apps/" + # ── Symlink into ~/.local/bin for PATH access ── BIN_DIR="${HOME}/.local/bin" mkdir -p "${BIN_DIR}" |
