瀏覽代碼

revert launch

Krzysztof Krysiński 1 月之前
父節點
當前提交
aa303e5809
共有 2 個文件被更改,包括 1 次插入4 次删除
  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
 Name=PixiEditor
 Comment=PixiEditor is all-in-one solution for 2D image editing.
 Comment=PixiEditor is all-in-one solution for 2D image editing.
 Icon=net.pixieditor.PixiEditor
 Icon=net.pixieditor.PixiEditor
-Exec=pixieditor.sh
+Exec=PixiEditor.Desktop %u
 StartupWMClass=pixieditor
 StartupWMClass=pixieditor
 Terminal=false
 Terminal=false
 Type=Application
 Type=Application

+ 0 - 3
assets/flatpak/pixieditor.sh

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