Check out the new SDK we are working on.
The app has two parts.
https://client.usedevbook.com/<version>
. The electron part then loads it's content from this URL. The version
in the URL must match the version of the app.npm run start:inspect
command.chrome://inspect/#devices
location.--inspect-brk
flag paused it) go to the "Sources" page in the opened Dev Tools and click on the "Resume script execution" button.We use ToDesktop for building and releasing.
Run npm run build:electron
to build macOS, Windows, and Linux versions WITHOUT CODE SIGNING. The code signing takes cca 15 minutes, so you don't want to code sign if you are just testing the build. You won't be able to release this build.
Run npm run build:electron:prod
to build macOS, Windows, and Linux versions WITH CODE SIGNING.
Go to https://app.todesktop.com/apps/2102273jsy18baz, and click on the "Release" button in the corresponding successful build.
npm run start
You must deploy the client and electron part separately.
npm run bundle:client:staging
npm run deploy:client:staging
npm run build:electron:staging
You must deploy the client and electron part separately.
npm run bundle:client:prod
npm run deploy:client:prod
npm run build:electron:prod