mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 14:55: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:
parent
b7d5f6655d
commit
af026cfe66
4 changed files with 34 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue