OS X: Sign apps, build .DMG and .ZIP assets

This commit is contained in:
Feross Aboukhadijeh
2016-03-21 20:19:09 -07:00
parent 2b2b133db1
commit 02ad7f947d
5 changed files with 81 additions and 29 deletions

View File

@@ -9,8 +9,9 @@ module.exports = {
APP_FILE_ICON: path.join(__dirname, 'static', 'WebTorrentFile'),
APP_ICON: path.join(__dirname, 'static', 'WebTorrent'),
APP_NAME: APP_NAME,
APP_VERSION: APP_VERSION,
AUTO_UPDATE_URL: 'https://webtorrent.io/app/updates?version=' + APP_VERSION,
AUTO_UPDATE_URL: 'https://webtorrent.io/app/update?version=' + APP_VERSION,
AUTO_UPDATE_CHECK_STARTUP_DELAY: 60 * 1000 /* 1 minute */,
CONFIG_PATH: applicationConfigPath(APP_NAME),