1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 00:10:00 +02:00

Format export statement for consistency in AppRun script

This commit is contained in:
mr. M 2025-03-08 19:45:39 +01:00
parent 0a9942d01f
commit cf807ea93e
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -1,6 +1,6 @@
#!/bin/sh
CURRENTDIR="$(dirname "$(readlink -f "$0")")"
export PATH="${CURRENTDIR}:${PATH}"
export MOZ_LEGACY_PROFILES=1 # Prevent per installation profiles
export MOZ_LEGACY_PROFILES=1 # Prevent per installation profiles
export MOZ_APP_LAUNCHER="${APPIMAGE}" # Allows setting as default browser
exec "${CURRENTDIR}/zen" "$@"