mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-26 10:07:47 +01:00

pacman target is somewhat broken, so let's do it similarly like the official AUR package for local installs.
4 lines
60 B
Bash
4 lines
60 B
Bash
#!/bin/sh
|
|
|
|
exec "/opt/---productName---/---appName---" "$@"
|