Browse Source

Moved to other repo

Krzysztof Krysiński 1 month ago
parent
commit
142de7e5e9
1 changed files with 0 additions and 4 deletions
  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 @@ "$@" @@