mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
testing: dont sign libs
This commit is contained in:
parent
2192190063
commit
45b7b682b4
@ -197,7 +197,7 @@ function distSafariApp(cb, subBuildPath, devId) {
|
||||
}).then(() => {
|
||||
const libs = fs.readdirSync(builtAppexFrameworkPath).filter((p) => p.endsWith('.dylib'))
|
||||
.map((p) => builtAppexFrameworkPath + p);
|
||||
const allItems = libs.concat([builtAppexPath]);
|
||||
const allItems = [].concat([builtAppexPath]);
|
||||
const promises = [];
|
||||
allItems.forEach ((i) => {
|
||||
const proc = child.spawn('codesign', [
|
||||
|
Loading…
Reference in New Issue
Block a user