Autoline Assist (Windows x86) - İndir
- Autoline ODBC client
- Autoline ODBC user/password
- Config dosyası: autolineassist.toml
# frontend
cd webui
npm install
npm run build
cd ..
go mod download
statik -src=webui/dist
# run
env CGO_ENABLED=0 GOOS=windows GOARCH=386 go run ./cmd
# build
env CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags="-w -s" -o ./bin/AutolineAssist.exe ./cmd