mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 11:04:12 -05:00
:electron: Fix "Unknown problem opening <local actual file>" on Electron (#3220)
* add electron logging to main browser process console * add logging * removing old way * release notes * adding some logs in to test mac build * repent satan * i caste yeee oooott sinner * derp * hmmm< * forcing nodegyprebuild * not like this.... Not like this... 😢 * hmm * dunno * will it recognise it if i link it manually.. 👀 * give up * rebuild * merge asars fasle * update package * manually do it ffs work damnit * remove the cmd * dont rebuild cause i build it manually * dafuq is this, two bettersqlite modules installed huhhhhh * test * does this work? * bloody hell * couple more logs * test this out * arch in name * adding the rebuild step back into first build * try rebuild before pack - so we know what arch we need * having a laugh * tidying up * release notes * move package up a bit * exit process if no electron verison
This commit is contained in:
@@ -34,8 +34,6 @@ if [ "$OSTYPE" == "msys" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
yarn rebuild-electron
|
||||
|
||||
yarn workspace loot-core build:node
|
||||
|
||||
yarn workspace @actual-app/web build --mode=desktop
|
||||
@@ -50,10 +48,10 @@ yarn workspace desktop-electron update-client
|
||||
if [ -f ../../.secret-tokens ]; then
|
||||
source ../../.secret-tokens
|
||||
fi
|
||||
yarn build --publish never --arm64 --x64
|
||||
yarn build
|
||||
|
||||
echo "\nCreated release"
|
||||
else
|
||||
SKIP_NOTARIZATION=true yarn build --publish never --x64
|
||||
SKIP_NOTARIZATION=true yarn build
|
||||
fi
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user