Skip to content

Commit 7eab96e

Browse files
committed
Merge branch 'fixsign'
2 parents 948a261 + bfafe4d commit 7eab96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitbox-bridge/release/windows/wix/project.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
5151
</Target>
5252
<Target Name="SignCabs">
53-
<Exec Command="$(ProjectDir)signtool.cmd &quot;%(SignCabs.FullPath)&quot;" />
53+
<Exec Command="$(ProjectDir)bitboxbridge-codesign.cmd &quot;%(SignCabs.FullPath)&quot;" />
5454
</Target>
5555
<Target Name="SignMsi">
56-
<Exec Command="$(ProjectDir)signtool.cmd &quot;%(SignMsi.FullPath)&quot;" />
56+
<Exec Command="$(ProjectDir)bitboxbridge-codesign.cmd &quot;%(SignMsi.FullPath)&quot;" />
5757
</Target>
5858
<PropertyGroup>
5959
<PostBuildEvent />

0 commit comments

Comments
 (0)