Initial project setup with Go backend, React frontend, and Neutralino desktop shell
This commit is contained in:
8
backend/build.sh
Normal file
8
backend/build.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
DST=nex
|
||||
|
||||
echo "Building $DST ..."
|
||||
go build -ldflags="-s -w" -o $DST ./cmd/nex
|
||||
chmod +x $DST
|
||||
echo "DONE!"
|
||||
Reference in New Issue
Block a user