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

2 lines
91 B
PowerShell

$APPVERSION=git describe --tags --always
go build -ldflags "-X main.appVersion=$APPVERSION"