negue / meme-box

Manage and trigger media in OBS as a browser source
meme-box.vercel.app
GNU Affero General Public License v3.0
111 stars 16 forks source link

Update electron and electron-builder version #525

Closed dnaka91 closed 1 year ago

dnaka91 commented 1 year ago

Updating both electron and electron-builder to a recent version. The builder is updated to the latest version, and Electron updated to the 2nd latest release, as v21 just came out a few days ago, and it's probably good to stay at least 1 version behind, to have a stable release of Electron (plus most platforms are probably still not updated to v21).

All the removed settings are not needed anymore, as were remove from the API, and luckily they all default to what the behavior that was previously explicitly set in electron-shell.ts:

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
meme-box ✅ Ready (Inspect) Visit Preview Oct 4, 2022 at 4:14PM (UTC)
negue commented 1 year ago

wow thats quite a huge jump to electron 20 - lets hope it doesn't have anything weird in it :D

Thank you!!