Merge pull request #133 from SuperSandro2000/fix-paths
Use /usr/bin/env for binaries
This commit is contained in:
commit
cb66b2a9be
@ -22,7 +22,7 @@ const templateChrome = `{
|
||||
]
|
||||
}`
|
||||
|
||||
const proxyScript = `#!/bin/bash
|
||||
const proxyScript = `#!/usr/bin/env bash
|
||||
|
||||
# Check if the "com.quexten.Goldwarden" Flatpak is installed
|
||||
if flatpak list | grep -q "com.quexten.Goldwarden"; then
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import gi
|
||||
gi.require_version('Gtk', '4.0')
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
import time
|
||||
import subprocess
|
||||
from tendo import singleton
|
||||
|
Loading…
x
Reference in New Issue
Block a user