⬆️ Upgrade electron-builder (#5857)

* upgrade electron-builder

* no postinstall when yarn immutable

* downgrade to last version without the bug

* fix issue with wrappy

* release notes

* regen yarn lock

* react-sprint

* hmm

* update yarn manually...

* fixing spring?

* lock

* finally

* conflict

* put package back
This commit is contained in:
Michael Clark
2025-10-08 22:20:29 +01:00
committed by GitHub
parent 87d54251cd
commit 5b9bcc94f6
10 changed files with 1809 additions and 3044 deletions

View File

@@ -62,14 +62,11 @@ yarn workspace desktop-electron update-client
echo "Skipping exe build"
else
if [ "$RELEASE" == "production" ]; then
if [ -f ../../.secret-tokens ]; then
source ../../.secret-tokens
fi
yarn build
echo "Created release"
else
SKIP_NOTARIZATION=true yarn build
yarn build
fi
fi
)