Skip to content

Commit

Permalink
fixes for macos zip builds
Browse files Browse the repository at this point in the history
Fixes #1082
  • Loading branch information
starpit committed Aug 1, 2018
1 parent 4cc6dd7 commit a9cc002
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 71 deletions.
1 change: 1 addition & 0 deletions dist/builders/zip.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */


const debug = require('debug')('macos zip builder')
const zip = require('electron-installer-zip'); const zip = require('electron-installer-zip');


const BUILDDIR = process.env.BUILDDIR const BUILDDIR = process.env.BUILDDIR
Expand Down
Loading

0 comments on commit a9cc002

Please sign in to comment.