Explorar el Código

Moved to other repo

Krzysztof Krysiński hace 1 mes
padre
commit
142de7e5e9
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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 @@ "$@" @@