mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
fix lint
This commit is contained in:
parent
f658e69285
commit
3a022d6ec1
@ -133,7 +133,7 @@ module.exports = async function(packagedAppPath) {
|
|||||||
await osxSign.signAsync({
|
await osxSign.signAsync({
|
||||||
app: packagedAppPath,
|
app: packagedAppPath,
|
||||||
entitlements: macEntitlementsPath,
|
entitlements: macEntitlementsPath,
|
||||||
"entitlements-inherit": macEntitlementsPath,
|
'entitlements-inherit': macEntitlementsPath,
|
||||||
identity: 'Developer ID Application: GitHub',
|
identity: 'Developer ID Application: GitHub',
|
||||||
keychain: process.env.ATOM_MAC_CODE_SIGNING_KEYCHAIN,
|
keychain: process.env.ATOM_MAC_CODE_SIGNING_KEYCHAIN,
|
||||||
platform: 'darwin',
|
platform: 'darwin',
|
||||||
|
@ -13,6 +13,6 @@ module.exports = async function(packagedAppPath) {
|
|||||||
appleIdPassword: appleIdPassword
|
appleIdPassword: appleIdPassword
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
//throw new Error(e);
|
// throw new Error(e);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user