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

Improved signing strategy for windows by including files inside the installer (https://github.com/zen-browser/desktop/issues/37)

This commit is contained in:
Mr. M 2025-04-12 22:41:31 +02:00
parent b7d5f6655d
commit af026cfe66
4 changed files with 34 additions and 40 deletions

View file

@ -1,5 +1,9 @@
set -ex
if ! [ -z "$ZEN_L10N_CURR_DIR" ]; then
cd $ZEN_L10N_CURR_DIR
fi
CURRENT_DIR=$(pwd)
git config --global init.defaultBranch main