Custom zip script for macOS update package

This commit is contained in:
Josh Perez 2020-05-13 14:44:24 -04:00 committed by GitHub
parent 5c6a474ec9
commit 4678f076eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 83 additions and 1 deletions

View file

@ -0,0 +1,3 @@
const { zipMacOSRelease } = require('../ts/scripts/zip-macos-release');
zipMacOSRelease();