Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround issues when upgrading from v1.5.9 or older #1326

Merged
merged 2 commits into from Apr 12, 2021

Conversation

HomerSp
Copy link
Contributor

@HomerSp HomerSp commented Apr 12, 2021

This issue is caused by 1.5.10 introducing asar, but if you upgraded from v1.5.9 the app directory would remain, and electron prefers to use the directory rather than the asar file. This meant that it would use the old app files which caused a whole bunch of issues.
The PR works around this by creating an empty package.json file in the resources/app directory, effectively overwriting the old one and causing electron to use the app.asar file instead.

@HomerSp HomerSp merged commit 8f397ab into yakyak:v1.5-stable Apr 12, 2021
@HomerSp HomerSp deleted the workaround-issue-upgrade branch April 12, 2021 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant