Commit 064055bd authored by dev0tion's avatar dev0tion

Change executable name to Breeze

parent 8e11022d
...@@ -14,7 +14,7 @@ const path = argv.path || 'app-builds'; ...@@ -14,7 +14,7 @@ const path = argv.path || 'app-builds';
const DEFAULT_OPTS = { const DEFAULT_OPTS = {
dir: './dist', dir: './dist',
name: appName, name: "Breeze",
asar: shouldUseAsar, asar: shouldUseAsar,
buildVersion: buildVersion buildVersion: buildVersion
}; };
...@@ -30,7 +30,7 @@ pack(platform, arch, path, function done(err, appPath) { ...@@ -30,7 +30,7 @@ pack(platform, arch, path, function done(err, appPath) {
}); });
function pack(plat, arch, path, cb) { function pack(plat, arch, path, cb) {
// there is no darwin ia32 electron // there is no darwin ia32 electron
if (plat === 'darwin' && arch === 'ia32') return; if (plat === 'darwin' && arch === 'ia32') return;
......
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