mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1250611 sign the addons used in the jetpack tests r=mossop
MozReview-Commit-ID: 2SOZovvXOf8
This commit is contained in:
parent
11102d926f
commit
e63bc5609a
Binary file not shown.
17
addon-sdk/source/test/fixtures/bootstrap-addon/META-INF/manifest.mf
vendored
Normal file
17
addon-sdk/source/test/fixtures/bootstrap-addon/META-INF/manifest.mf
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
Manifest-Version: 1.0
|
||||
|
||||
Name: install.rdf
|
||||
Digest-Algorithms: MD5 SHA1
|
||||
MD5-Digest: N643P4YjKKlwZUqrfLi4ow==
|
||||
SHA1-Digest: XK/2qoOrnuYo8xNYeLvB8DlUIik=
|
||||
|
||||
Name: bootstrap.js
|
||||
Digest-Algorithms: MD5 SHA1
|
||||
MD5-Digest: XH+mMa/H9aj3hm/ZtVKviw==
|
||||
SHA1-Digest: LMmd1aTash/onjS1eAYIshgrdnM=
|
||||
|
||||
Name: options.xul
|
||||
Digest-Algorithms: MD5 SHA1
|
||||
MD5-Digest: XeELNGdttv8Lq66lT8ykbQ==
|
||||
SHA1-Digest: 4KO6/RBoe10rYOGS+gFSHuuWi4Y=
|
||||
|
BIN
addon-sdk/source/test/fixtures/bootstrap-addon/META-INF/mozilla.rsa
vendored
Normal file
BIN
addon-sdk/source/test/fixtures/bootstrap-addon/META-INF/mozilla.rsa
vendored
Normal file
Binary file not shown.
4
addon-sdk/source/test/fixtures/bootstrap-addon/META-INF/mozilla.sf
vendored
Normal file
4
addon-sdk/source/test/fixtures/bootstrap-addon/META-INF/mozilla.sf
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
Signature-Version: 1.0
|
||||
MD5-Digest-Manifest: cnqbpqBEVoHgJi/ocCsKKA==
|
||||
SHA1-Digest-Manifest: eDmvBAkodeNbk/0ujttYgF8KDgI=
|
||||
|
@ -61,7 +61,7 @@ exports.ZipWriter = function (zipPath, mode) {
|
||||
|
||||
let nsfile = createNsFile(filePath);
|
||||
if (!nsfile.exists()) {
|
||||
reject(new Error("This file doesn't exists : " + nsfile.path));
|
||||
reject(new Error("This file doesn't exist: " + nsfile.path));
|
||||
return promise;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user