Jelajahi Sumber

Added launcher script

Krzysztof Krysiński 1 bulan lalu
induk
melakukan
9451031a24

+ 1 - 1
assets/flatpak/net.pixieditor.PixiEditor.desktop

@@ -2,7 +2,7 @@
 Name=PixiEditor
 Comment=PixiEditor is all-in-one solution for 2D image editing.
 Icon=net.pixieditor.PixiEditor
-Exec=PixiEditor.Desktop %u
+Exec=pixieditor.sh
 StartupWMClass=pixieditor
 Terminal=false
 Type=Application

+ 3 - 0
assets/flatpak/pixieditor.sh

@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+flatpak run --file-forwarding net.pixieditor.PixiEditor @@ "$@" @@