Add env.cmd

This commit is contained in:
2025-01-19 16:07:18 +01:00
parent 39c458f321
commit f3d3a8472e

8
env.cmd Normal file
View File

@@ -0,0 +1,8 @@
@echo off
set SERVICENAME=BeszelAgent
set DESTINATIONDIR=%ProgramFiles%\%SERVICENAME%
set AGENTEXE=%DESTINATIONDIR%\agent.exe
set NSSMEXE=nssm.exe
set GOOS=windows
set GOARCH=amd64
set CGO_ENABLED=0