summaryrefslogtreecommitdiffstats
path: root/win/CS/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/build.xml')
-rw-r--r--win/CS/build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/CS/build.xml b/win/CS/build.xml
index da326533f..fedc222a7 100644
--- a/win/CS/build.xml
+++ b/win/CS/build.xml
@@ -6,11 +6,11 @@
HandBrake Build Script for usage with Jenkins.
Usage:
- msbuild build_publish.xml /t:x64 /p:Profile=[Nightly or Release]
- msbuild build_publish.xml /t:arm64 /p:Profile=[Nightly or Release]
+ msbuild build.xml /t:x64 /p:Profile=[Nightly or Release]
+ msbuild build.xml /t:arm64 /p:Profile=[Nightly or Release]
Example with code signing:
- msbuild build_publish.xml /t:x64 /p:SignThumbprint=XYZ /p:SignTimestampServer=http://time.certum.pl/
- msbuild build_publish.xml /t:x64 /p:PfxFile=file.pfx /p:PfxPwd=XYZ /p:SignTimestampServer=http://time.certum.pl/
+ msbuild build.xml /t:x64 /p:SignThumbprint=XYZ /p:SignTimestampServer=http://time.certum.pl/
+ msbuild build.xml /t:x64 /p:PfxFile=file.pfx /p:PfxPwd=XYZ /p:SignTimestampServer=http://time.certum.pl/
Requires: hb.dll to be in the release folder.