electron-react-boilerplate / electron-react-boilerplate

A Foundation for Scalable Cross-Platform Apps

Home Page:https://electron-react-boilerplate.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relaunch Electron App

SattyaP opened this issue · comments

Summary

How do we relaunch the app ? why it error on my code

function appExit() { app.relaunch(); app.exit(); }