diff options
author | Kali Kaneko <kali@leap.se> | 2016-03-28 12:23:59 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-03-28 15:10:27 -0400 |
commit | b7a435abc0f0c366fdc91f6be240b76e8332e4c6 (patch) | |
tree | 3e435aa56fd1cc653afd86117437edeb16e04513 /pkg/linux/bitmask-launcher | |
parent | 1699a0c9849de6581f1e2c5ee74ea8d3c83d3591 (diff) |
[pkg] pass --standalone flag to binary
Diffstat (limited to 'pkg/linux/bitmask-launcher')
-rwxr-xr-x | pkg/linux/bitmask-launcher | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/bitmask-launcher b/pkg/linux/bitmask-launcher index 550dd134..90ced511 100755 --- a/pkg/linux/bitmask-launcher +++ b/pkg/linux/bitmask-launcher @@ -6,4 +6,4 @@ [ -f libQtGui.so.4 ] || ln -s libQtGui.so.4.orig libQtGui.so.4 cat /etc/os-release | grep ID | grep -i ubuntu && unlink libQtCore.so.4 && unlink libQtGui.so.4 -./bitmask-app "$@" +./bitmask-app --standalone "$@" |