1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00
strimertul/build.ps1

2 lines
91 B
PowerShell
Raw Normal View History

2021-12-06 13:47:38 +00:00
$APPVERSION=git describe --tags --always
go build -ldflags "-X main.appVersion=$APPVERSION"