Browse Source

revert launch

Krzysztof Krysiński 1 month ago
parent
commit
aa303e5809
2 changed files with 1 additions and 4 deletions
  1. 1 1
      assets/flatpak/net.pixieditor.PixiEditor.desktop
  2. 0 3
      assets/flatpak/pixieditor.sh

+ 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.sh
+Exec=PixiEditor.Desktop %u
 StartupWMClass=pixieditor
 Terminal=false
 Type=Application

+ 0 - 3
assets/flatpak/pixieditor.sh

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