mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-03 21:43:18 +00:00 
			
		
		
		
	notarize: Fix lint errors.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		@@ -4,7 +4,7 @@ const dotenv = require('dotenv');
 | 
			
		||||
 | 
			
		||||
dotenv.config({path: path.join(__dirname, '/../.env')});
 | 
			
		||||
 | 
			
		||||
const { notarize } = require('electron-notarize');
 | 
			
		||||
const {notarize} = require('electron-notarize');
 | 
			
		||||
 | 
			
		||||
exports.default = async function (context) {
 | 
			
		||||
	const {electronPlatformName, appOutDir} = context;
 | 
			
		||||
@@ -19,6 +19,6 @@ exports.default = async function (context) {
 | 
			
		||||
		appPath: `${appOutDir}/${appName}.app`,
 | 
			
		||||
		appleId: process.env.APPLE_ID,
 | 
			
		||||
		appleIdPassword: process.env.APPLE_ID_PASS,
 | 
			
		||||
		ascProvider: process.env.ASC_PROVIDER // team short name
 | 
			
		||||
		ascProvider: process.env.ASC_PROVIDER // Team short name
 | 
			
		||||
	});
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user