Corrected path to Brave -> "./Brave Browser"

This commit is contained in:
jimbo2k2
2023-05-24 08:31:33 +01:00
committed by GitHub
parent 13d1aa1566
commit eb8093410f

View File

@@ -49,7 +49,7 @@ if [[ " $@ " =~ "firefox" ]]; then
fi fi
if [[ " $@ " =~ "brave" ]]; then if [[ " $@ " =~ "brave" ]]; then
APPNA="Brave" APPNA="Brave Browser"
APPPA="/Applications" APPPA="/Applications"
fi fi