File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ @ setlocal enableextensions
3
+ @ cd /d " %~dp0 \..\"
4
+
5
+ call " %ProgramFiles(x86)% \Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64_arm64
6
+
7
+ msbuild ProcessHacker.sln -property:Configuration=Debug -property:Platform=Win32 -verbosity:normal
8
+ msbuild ProcessHacker.sln -property:Configuration=Debug -property:Platform=x64 -verbosity:normal
9
+
10
+ tools\CustomBuildTool\bin\Release\CustomBuildTool.exe -sdk
11
+
12
+ msbuild Plugins\Plugins.sln -property:Configuration=Debug -property:Platform=Win32 -verbosity:normal
13
+ msbuild Plugins\Plugins.sln -property:Configuration=Debug -property:Platform=x64 -verbosity:normal
14
+
15
+ pause
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ public static string HashFile(string FileName)
218
218
219
219
public static string GetPath ( string FileName )
220
220
{
221
- return "\\ tools\\ CustomSignTool\\ Resources\\ " + FileName ;
221
+ return "tools\\ CustomSignTool\\ Resources\\ " + FileName ;
222
222
}
223
223
224
224
public static string GetCustomSignToolFilePath ( )
You can’t perform that action at this time.
0 commit comments