瀏覽代碼

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 @@ "$@" @@