mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
Temporary fix for building masdev (#809)
This commit is contained in:
parent
64da326be3
commit
9154b483c0
@ -1,5 +1,5 @@
|
||||
diff --git a/node_modules/app-builder-lib/out/macPackager.js b/node_modules/app-builder-lib/out/macPackager.js
|
||||
index 41e067c..1aec3a6 100644
|
||||
index 41e067c..cd97293 100644
|
||||
--- a/node_modules/app-builder-lib/out/macPackager.js
|
||||
+++ b/node_modules/app-builder-lib/out/macPackager.js
|
||||
@@ -292,6 +292,23 @@ class MacPackager extends _platformPackager().PlatformPackager {
|
||||
@ -43,3 +43,12 @@ index 41e067c..1aec3a6 100644
|
||||
await rmdir(x64AppOutDir, {
|
||||
recursive: true
|
||||
});
|
||||
@@ -611,7 +636,7 @@ exports.default = MacPackager;
|
||||
|
||||
function getCertificateType(isMas, isDevelopment) {
|
||||
if (isDevelopment) {
|
||||
- return "Mac Developer";
|
||||
+ return "Apple Development";
|
||||
}
|
||||
|
||||
return isMas ? "3rd Party Mac Developer Application" : "Developer ID Application";
|
||||
|
Loading…
Reference in New Issue
Block a user