Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/build/azure-pipelines/common/sign-win32.js
3520 views
1
"use strict";
2
var __importDefault = (this && this.__importDefault) || function (mod) {
3
return (mod && mod.__esModule) ? mod : { "default": mod };
4
};
5
Object.defineProperty(exports, "__esModule", { value: true });
6
/*---------------------------------------------------------------------------------------------
7
* Copyright (c) Microsoft Corporation. All rights reserved.
8
* Licensed under the MIT License. See License.txt in the project root for license information.
9
*--------------------------------------------------------------------------------------------*/
10
const sign_1 = require("./sign");
11
const path_1 = __importDefault(require("path"));
12
(0, sign_1.main)([
13
process.env['EsrpCliDllPath'],
14
'sign-windows',
15
path_1.default.dirname(process.argv[2]),
16
path_1.default.basename(process.argv[2])
17
]);
18
//# sourceMappingURL=sign-win32.js.map
19