mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
fix(sign): update varname [skip ci]
This commit is contained in:
@@ -4,7 +4,7 @@ index f5913b7..100b950 100644
|
|||||||
+++ b/build/darwin/sign.js
|
+++ b/build/darwin/sign.js
|
||||||
@@ -53,5 +53,7 @@ async function main(buildDir) {
|
@@ -53,5 +53,7 @@ async function main(buildDir) {
|
||||||
ignore: (filePath) => {
|
ignore: (filePath) => {
|
||||||
+ const ext = path.extname(filePath);
|
+ const ext = path_1.extname(filePath);
|
||||||
return filePath.includes(gpuHelperAppName) ||
|
return filePath.includes(gpuHelperAppName) ||
|
||||||
filePath.includes(rendererHelperAppName) ||
|
filePath.includes(rendererHelperAppName) ||
|
||||||
- filePath.includes(pluginHelperAppName);
|
- filePath.includes(pluginHelperAppName);
|
||||||
|
|||||||
Reference in New Issue
Block a user