summarylogtreecommitdiffstats
path: root/hadron-build.diff
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-03 09:39:04 +0200
committerDaniel Peukert2021-07-03 09:39:04 +0200
commite6c692f167227ca32927c88e3f7379ec48364457 (patch)
tree96e4cea10b11e1e68f2fa518c0e66fc93f0435e0 /hadron-build.diff
parentec4231dd5376a2fa198fb63559935c87d1c462dd (diff)
downloadaur-e6c692f167227ca32927c88e3f7379ec48364457.tar.gz
Update all mongodb-compass packages
Diffstat (limited to 'hadron-build.diff')
-rw-r--r--hadron-build.diff35
1 files changed, 29 insertions, 6 deletions
diff --git a/hadron-build.diff b/hadron-build.diff
index 2528a9377718..b4fa1bb2b8cb 100644
--- a/hadron-build.diff
+++ b/hadron-build.diff
@@ -1,25 +1,48 @@
diff --git a/commands/release.js b/commands/release.js
-index fbbc423..cf85826 100644
+index 174fd8cc4..cf39a5d4a 100644
--- a/commands/release.js
+++ b/commands/release.js
-@@ -569,3 +569 @@ exports.run = (argv, done) => {
+@@ -574,9 +574,7 @@ exports.run = (argv, done) => {
+ task('create module cache', createModuleCache),
+ task('create packaged styles', createPackagedStyles),
+ task('remove development files', removeDevelopmentFiles),
- task('create application asar', createApplicationAsar),
- task('create branded installer', createBrandedInstaller),
- task('create application zip', createApplicationZip)
+ task('create application asar', createApplicationAsar)
-@@ -585,4 +582,0 @@ exports.handler = (argv) => {
+ ]);
+
+ return async.series(tasks, (_err) => {
+@@ -590,9 +588,5 @@ exports.run = (argv, done) => {
+ exports.handler = (argv) => {
+ exports.run(argv, (_err, CONFIG) => {
+ cli.abortIfError(_err);
- cli.ok(`${CONFIG.assets.length} assets successfully built`);
- CONFIG.assets.map(function(asset) {
- cli.info(asset.path);
- });
+ });
+ };
diff --git a/lib/target.js b/lib/target.js
-index 45b27f6..01b287e 100644
+index 73a0056b7..ade573f8b 100644
--- a/lib/target.js
+++ b/lib/target.js
-@@ -7,2 +6,0 @@ const parseGitHubRepoURL = require('parse-github-repo-url');
+@@ -4,8 +4,6 @@ const semver = require('semver');
+ const path = require('path');
+ const normalizePkg = require('normalize-package-data');
+ const parseGitHubRepoURL = require('parse-github-repo-url');
-const ffmpegAfterExtract = require('electron-packager-plugin-non-proprietary-codecs-ffmpeg')
- .default;
-@@ -178,2 +176 @@ class Target {
+ const windowsInstallerVersion = require('./windows-installer-version');
+ const debug = require('debug')('hadron-build:target');
+
+@@ -183,8 +181,7 @@ class Target {
+ platform: this.platform,
+ arch: this.arch,
+ electronVersion: this.electronVersion,
- sign: null,
- afterExtract: [ffmpegAfterExtract]
+ sign: null
+ };
+
+ if (this.platform === 'win32') {