mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
// Copyright 2020 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
const { zipMacOSRelease } = require('../ts/scripts/zip-macos-release');
|
|
|
|
zipMacOSRelease();
|