Build and Package the Application
masterTo create distributable packages for different platforms, use the following commands:
- Prepare: Run
npm run pack:preparebefore building. - Windows (64-bit):
npm run pack:win - Windows (32-bit):
npm run pack:win32 - Mac:
npm run pack:mac - Linux:
npm run pack:linux
npm run pack:prepare
npm run pack:win
npm run pack:win32
npm run pack:mac
npm run pack:linux