mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-09-01 20:13:06 +00:00
Additional fixes
This commit is contained in:
parent
a0452b424d
commit
736b0c9fdc
4 changed files with 15 additions and 5 deletions
|
@ -3,7 +3,7 @@ const yargs = require('yargs/yargs');
|
|||
const { hideBin } = require('yargs/helpers');
|
||||
const { exec } = require('child_process');
|
||||
const path = require('path');
|
||||
const extract = require('extract-zip')
|
||||
// const extract = require('extract-zip')
|
||||
|
||||
const { FusesPlugin } = require('@electron-forge/plugin-fuses');
|
||||
const { FuseV1Options, FuseVersion } = require('@electron/fuses');
|
||||
|
@ -16,6 +16,7 @@ module.exports = {
|
|||
packagerConfig: {
|
||||
asar: true,
|
||||
icon: './assets/icons/icon',
|
||||
// TODO: Windows signing
|
||||
osxSign: {},
|
||||
osxNotarize: {
|
||||
appleApiKey: process.env.FCAST_APPLE_API_KEY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue