A simple process manager for Windows and Linux
npm install --legacy-peer-deps
npm run build
Windows:
- Set CGO_ENABLED=1
- Install https://jmeubank.github.io/tdm-gcc/download/
wails build -ldflags="-s -w" -s
- You might need to add the My Process Manager folder to Windows Security Exception folders
Linux:
- Run
wails doctor
and install required packages wails build -tags webkit2_41 -ldflags="-s -w" -s
MIT