Commit 01bc3404 authored by Dan Gershony's avatar Dan Gershony

fix quots

parent 0b6f901e
"use strict"; "use strict";
var packager = require('electron-packager'); var packager = require('electron-packager');
const pkg = require('./package.json'); const pkg = require('./package.json');
...@@ -10,7 +10,7 @@ const shouldUseAsar = argv.asar || false; ...@@ -10,7 +10,7 @@ const shouldUseAsar = argv.asar || false;
const shouldBuildAll = argv.all || false; const shouldBuildAll = argv.all || false;
const arch = argv.arch || 'all'; const arch = argv.arch || 'all';
const platform = argv.platform || 'darwin'; const platform = argv.platform || 'darwin';
const path = argv.path || `app-builds`; const path = argv.path || 'app-builds';
const DEFAULT_OPTS = { const DEFAULT_OPTS = {
dir: './dist', dir: './dist',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment