diff --git a/README.md b/README.md index a1161d7..f36c942 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ bun start; - [Electron AutoUpdater Tutorial: How to Ship Updates to Your Electron App on Mac](https://youtu.be/CtuV6hho2U0) - [Electron Mini Tutorials](https://youtube.com/playlist?list=PL_2VhOvlMk4XLzvGgqbmjF9PkVgUGMDcJ&si=7r5qeWiby_1d6vCr) - [Hacking Electron Applications](https://youtu.be/jkJWA_CWrQs) +- [Any Linux Target](https://www.electron.build/configuration/linux) ### NPM Commands diff --git a/package.json b/package.json index 2c93d06..eae19d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc-next-electron", - "version": "5.0.1", + "version": "5.0.2", "description": "Electronjs com Nextjs", "icon": "build/icon.png", "private": false,