Skip to content

Commit 9cd55d2

Browse files
committed
update documentation
1 parent 5f800d3 commit 9cd55d2

File tree

3 files changed

+112
-33
lines changed

3 files changed

+112
-33
lines changed

Build/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ echo "Build act.win64.exe"
1111
go build -o ..\act.win64.exe %Sources%
1212

1313
echo "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

1616
set GOOS=windows
1717
set GOARCH=386
1818
echo "Build act.win32.exe"
1919
go build -o ..\act.win32.exe %Sources%
2020

2121
echo "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

2424
set GOOS=linux
2525
set GOARCH=amd64

0 commit comments

Comments
 (0)