chore: Remove unused set-global-vars.sh script and update MOZ_APP_UA_NAME in moz-build.patch

This commit is contained in:
Mauro Balades
2024-08-07 10:02:12 +02:00
parent 20b6203851
commit d810608a8c
3 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
set -ex
. ./.github/workflows/src/set-global-vars.sh
if command -v apt-get &> /dev/null
then
sudo apt-get update

View File

@@ -1,3 +0,0 @@
export MOZ_APP_UA_NAME="Firefox"
export MOZ_APP_VENDOR="Zen Browser"