mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 14:52:54 +01:00
feat: Improve build scripts signing (#4)
This commit is contained in:
@@ -7,6 +7,7 @@ import { BuildTarget, getDistPlatform } from './platform/build-platforms';
|
||||
// Inputs
|
||||
const DISABLE_SIGNING = valueToBoolean(process.env.DISABLE_SIGNING);
|
||||
const TARGET_PLATFORM = process.env.TARGET_PLATFORM;
|
||||
const CSC_NAME = process.env.CSC_NAME;
|
||||
|
||||
if (!TARGET_PLATFORM) throw new Error('TARGET_PLATFORM is falsy');
|
||||
|
||||
@@ -48,7 +49,7 @@ import { BuildTarget, getDistPlatform } from './platform/build-platforms';
|
||||
DISABLE_SIGNING
|
||||
? {}
|
||||
: {
|
||||
// CSC_NAME: 'Add signing name here'
|
||||
CSC_NAME
|
||||
},
|
||||
process.env
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user