mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-26 20:31:11 +08:00
Update build.cmd
This commit is contained in:

committed by
GitHub

parent
82f0fb8a79
commit
56e2c6650d
@@ -56,3 +56,13 @@ go build -ldflags "-s -w" -trimpath && 7z a -mx9 -sdel %FILENAME% go2rtc
|
||||
@SET GOARCH=arm64
|
||||
@SET FILENAME=go2rtc_mac_arm64.zip
|
||||
go build -ldflags "-s -w" -trimpath && 7z a -mx9 -sdel %FILENAME% go2rtc
|
||||
|
||||
@SET GOOS=freebsd
|
||||
@SET GOARCH=amd64
|
||||
@SET FILENAME=go2rtc_freebsd_amd64.zip
|
||||
go build -ldflags "-s -w" -trimpath && 7z a -mx9 -sdel %FILENAME% go2rtc
|
||||
|
||||
@SET GOOS=freebsd
|
||||
@SET GOARCH=arm64
|
||||
@SET FILENAME=go2rtc_freebsd_arm64.zip
|
||||
go build -ldflags "-s -w" -trimpath && 7z a -mx9 -sdel %FILENAME% go2rtc
|
||||
|
Reference in New Issue
Block a user