This application utilizes Microsoft Windows ClickOnce - PresentationHost.exe application deployment feature. Although you can build for other platforms, the application will not work without this.
npm install
npm run start
npm run make
You can configure OS Build types within forge.config.js
By default, it will use @electron-forge/maker-squirrel for building a Windows .exe
As of now, the application information is hardcoded. You will need to go into the code before building and add your own Applications URLs to the code. Below are screenshots of the changes needed, marked in yellow is where to add your applications URLs



