浏览代码

Moved to other repo

Krzysztof Krysiński 1 月之前
父节点
当前提交
142de7e5e9
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      assets/flatpak/pixieditor.sh

+ 0 - 4
assets/flatpak/pixieditor.sh

@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-# Find flatpak even if PATH is not set properly
-FLATPAK_BIN="$(command -v flatpak || echo /usr/bin/flatpak)"
-exec "$FLATPAK_BIN" run --file-forwarding net.pixieditor.PixiEditor @@ "$@" @@