Skip to content

Commit

Permalink
chore: update electron-macos-sign to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Nov 19, 2016
1 parent 386853a commit 6a177a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"cuint": "^0.2.2",
"debug": "^2.3.2",
"electron-download-tf": "3.1.0",
"electron-macos-sign": "1.3.2",
"electron-macos-sign": "^1.3.4",
"fs-extra-p": "^2.0.7",
"hosted-git-info": "^2.1.5",
"ini": "^1.3.4",
Expand Down
6 changes: 3 additions & 3 deletions test/src/extraMetadataTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test.ifDevOrLinuxCi("extra metadata - two", () => {
const extraMetadata = {
build: {
linux: {
executableName: "NewName"
executableName: "new-name"
}
}
}
Expand All @@ -50,7 +50,7 @@ test.ifDevOrLinuxCi("extra metadata - two", () => {
extraMetadata: extraMetadata,
}, {
packed: async context => {
await assertThat(path.join(context.getContent(Platform.LINUX), "NewName")).isFile()
await assertThat(path.join(context.getContent(Platform.LINUX), "new-name")).isFile()
}
})
})
Expand All @@ -66,6 +66,6 @@ test.ifMac("extra metadata - override icon", appTwoThrows(/ENOENT: no such file
},
}, {
packed: async context => {
await assertThat(path.join(context.getContent(Platform.LINUX), "NewName")).isFile()
await assertThat(path.join(context.getContent(Platform.LINUX), "new-name")).isFile()
}
}))
16 changes: 4 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1155,17 +1155,16 @@ [email protected]:
semver "^5.3.0"
sumchecker "^1.2.0"

electron-macos-sign@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/electron-macos-sign/-/electron-macos-sign-1.0.1.tgz#689dc5dd5dff713585aa8c0bc631863f287b86f4"
electron-macos-sign@1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/electron-macos-sign/-/electron-macos-sign-1.3.2.tgz#e7b6d0721fb3f4365f69c04d59f74d30354a5b47"
dependencies:
bluebird "^3.4.6"
compare-version "^0.1.2"
debug "^2.2.0"
debug "^2.3.2"
isbinaryfile "^3.0.1"
minimist "^1.2.0"
plist "^2.0.1"
tempfile "^1.1.1"

end-of-stream@^1.0.0:
version "1.1.0"
Expand Down Expand Up @@ -3400,13 +3399,6 @@ tar-stream@^1.5.0:
readable-stream "^2.0.0"
xtend "^4.0.0"

tempfile@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/tempfile/-/tempfile-1.1.1.tgz#5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2"
dependencies:
os-tmpdir "^1.0.0"
uuid "^2.0.1"

test-exclude@^2.1.1:
version "2.1.3"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-2.1.3.tgz#a8d8968e1da83266f9864f2852c55e220f06434a"
Expand Down

0 comments on commit 6a177a6

Please sign in to comment.