Browse Source

Moved to other repo

Krzysztof Krysiński 1 tháng trước cách đây
mục cha
commit
142de7e5e9
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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 @@ "$@" @@