File tree Expand file tree Collapse file tree 3 files changed +112
-33
lines changed
Expand file tree Collapse file tree 3 files changed +112
-33
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ echo "Build act.win64.exe"
1111go build -o ..\act.win64.exe %Sources%
1212
1313echo " Patching properties of act.win64.exe"
14- ..\build\verpatch ..\act.win64.exe /high /va 1.8.0 /pv " 1.8.0 -develop" /s copyright " (c) 2018-2019 ACT Developers" /s desc " ACT is a code generator for software components" /s productName " Automatic Component Toolkit"
14+ ..\build\verpatch ..\act.win64.exe /high /va 1.8.1 /pv " 1.8.1 -develop" /s copyright " (c) 2018-2019 ACT Developers" /s desc " ACT is a code generator for software components" /s productName " Automatic Component Toolkit"
1515
1616set GOOS = windows
1717set GOARCH = 386
1818echo " Build act.win32.exe"
1919go build -o ..\act.win32.exe %Sources%
2020
2121echo " Patching properties of act.win32.exe"
22- ..\build\verpatch ..\act.win32.exe /high /va 1.8.0 /pv " 1.8.0 -develop" /s copyright " (c) 2018-2019 ACT Developers" /s desc " ACT is a code generator for software components" /s productName " Automatic Component Toolkit"
22+ ..\build\verpatch ..\act.win32.exe /high /va 1.8.1 /pv " 1.8.1 -develop" /s copyright " (c) 2018-2019 ACT Developers" /s desc " ACT is a code generator for software components" /s productName " Automatic Component Toolkit"
2323
2424set GOOS = linux
2525set GOARCH = amd64
You can’t perform that action at this time.
0 commit comments