📦 Package app
In this section we will cover how to package app for production. After following the steps the generated installer will be placed at Electron/release/build
.
1. Update global.ts
client data
Update production backend url
❗ Set backend url path without trailing /
2. Build the app
3. Package the app
- Packaging for MacOS can be only done from a native system
- From linux you can package the app for
AppImage
anddeb
format, and Windows ifwine
is installed
Native host
Packages app for native system format
Linux host
AppImage
Windows
An .exe
will be generated