浏览代码

fix(sign): update varname [skip ci]

Baptiste Augrain 5 月之前
父节点
当前提交
30a637eb3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      patches/osx/fix-codesign.patch

+ 1 - 1
patches/osx/fix-codesign.patch

@@ -4,7 +4,7 @@ index f5913b7..100b950 100644
 +++ b/build/darwin/sign.js
 @@ -53,5 +53,7 @@ async function main(buildDir) {
          ignore: (filePath) => {
-+						const ext = path.extname(filePath);
++						const ext = path_1.extname(filePath);
              return filePath.includes(gpuHelperAppName) ||
                  filePath.includes(rendererHelperAppName) ||
 -                filePath.includes(pluginHelperAppName);