To install dependencies:
bun install
Build for windows:
bun run build-windows
Build for linux:
bun run build-linux
Build for Darwin:
bun run build-darwin
Build for all operating systems:
bun run build
More detailed build steps are located in the package.json file