We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ff68e commit 488f984Copy full SHA for 488f984
nix/windows_installer_builder.rb
@@ -313,15 +313,13 @@
313
314
set -ue
315
316
-MSBUILD="/c/Program Files (x86)/MSBuild/14.0/Bin/MSBuild.exe"
317
-SIGNTOOL="/c/Program Files (x86)/Windows Kits/10/bin/x64/signtool.exe"
318
-SIGNFLAGS="-fd sha256 -tr http://timestamp.globalsign.com/?signature=sha2 -td sha256"
+. $POLOLU_SIGN_ENV
319
320
"$MSBUILD" -t:rebuild -p:Configuration=Release -p:TreatWarningsAsErrors=True \\
321
app.wixproj
322
323
cp bin/Release/en-us/*.msi .
324
325
-"$SIGNTOOL" sign -n "Pololu Corporation" $SIGNFLAGS -d "Pololu Tic Stepper Motor Controller Setup" *.msi
+"$SIGNTOOL" sign $SIGNFLAGS -d "Pololu Tic Stepper Motor Controller Setup" *.msi
326
EOF
327
end
0 commit comments