mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 06:02:22 -05:00
⬆️ 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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user