Compact universal builds for macOS
This commit is contained in:
parent
9d1d219853
commit
afd6f3bc20
5 changed files with 227 additions and 9 deletions
|
@ -7,7 +7,7 @@ import rimraf from 'rimraf';
|
|||
import { execSync } from 'child_process';
|
||||
import packageJSON from '../../package.json';
|
||||
|
||||
export function zipMacOSRelease(): void {
|
||||
function zipMacOSRelease(): void {
|
||||
if (process.platform !== 'darwin') {
|
||||
return;
|
||||
}
|
||||
|
@ -82,3 +82,5 @@ export function zipMacOSRelease(): void {
|
|||
|
||||
console.log('zip-macos-release is done');
|
||||
}
|
||||
|
||||
zipMacOSRelease();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue