@@ -2,7 +2,7 @@
Name=PixiEditor
Comment=PixiEditor is all-in-one solution for 2D image editing.
Icon=net.pixieditor.PixiEditor
-Exec=pixieditor.sh
+Exec=PixiEditor.Desktop %u
StartupWMClass=pixieditor
Terminal=false
Type=Application
@@ -1,3 +0,0 @@
-#!/usr/bin/env bash
-
-flatpak run --file-forwarding net.pixieditor.PixiEditor @@ "$@" @@