Use /usr/bin/env for binaries

to make them easily work on almost all platforms
This commit is contained in:
Sandro Jäckel 2024-03-06 23:07:24 +01:00
parent bc1a94ba71
commit cdaaaf813b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import sys
import gi
gi.require_version('Gtk', '4.0')

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import time
import subprocess
from tendo import singleton