Welcome to mirror list, hosted at ThFree Co, Russian Federation.

codesign_server_windows.bat « buildbot « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82680f30eb45ff4d4c2cf21b8b857cbe2d1a3c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off

rem This is an entry point of the codesign server for Windows.
rem It makes sure that signtool.exe is within the current PATH and can be
rem used by the Python script.

SETLOCAL

set PATH=C:\Program Files (x86)\Windows Kits\10\App Certification Kit;%PATH%

codesign_server_windows.py