bash/usr-local-bin/codium: remove excess flag, add comment

to link where the no-sandbox comes from
This commit is contained in:
Aminda Suomalainen 2022-04-02 19:04:29 +03:00
parent 74eb79ec2e
commit e77fda80d0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -x
flatpak run com.vscodium.codium --no-sandbox --new-window $@
# https://github.com/flathub/com.vscodium.codium/issues/55
flatpak run com.vscodium.codium --no-sandbox $@
set +x