We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d544415 commit 6d64e95Copy full SHA for 6d64e95
readme.md
@@ -1,7 +1,11 @@
1
# Building for windows
2
3
+64 bit
4
GOOS=windows GOARCH=amd64 go build -o cad-creation-automation.exe
5
6
+32 bit
7
+GOOS=windows GOARCH=386 go build -o cad-creation-automation-32.exe
8
+
9
# Running
10
11
The binary can only be run where the config & credential & token file is located
0 commit comments