Fix framework symlinks in zip file created by build
This commit is contained in:
parent
464c814a95
commit
25b0b308d2
1 changed files with 18 additions and 3 deletions
|
@ -1,3 +1,18 @@
|
|||
diff --git a/node_modules/app-builder-lib/out/targets/ArchiveTarget.js b/node_modules/app-builder-lib/out/targets/ArchiveTarget.js
|
||||
index 72a59df..ba57ef5 100644
|
||||
--- a/node_modules/app-builder-lib/out/targets/ArchiveTarget.js
|
||||
+++ b/node_modules/app-builder-lib/out/targets/ArchiveTarget.js
|
||||
@@ -118,10 +118,6 @@ class ArchiveTarget extends _core().Target {
|
||||
withoutDir
|
||||
};
|
||||
await (0, _archive().archive)(format, artifactPath, dirToArchive, archiveOptions);
|
||||
-
|
||||
- if (this.isWriteUpdateInfo && format === "zip") {
|
||||
- updateInfo = await (0, _differentialUpdateInfoBuilder().appendBlockmap)(artifactPath);
|
||||
- }
|
||||
}
|
||||
|
||||
await packager.info.callArtifactBuildCompleted({
|
||||
diff --git a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js b/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js
|
||||
index 6e674b9..8e5be4f 100644
|
||||
--- a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js
|
||||
|
@ -5,9 +20,9 @@ index 6e674b9..8e5be4f 100644
|
|||
@@ -135,7 +135,7 @@ class LinuxTargetHelper {
|
||||
exec += executableArgs.join(" ");
|
||||
}
|
||||
|
||||
|
||||
- exec += " %U";
|
||||
+ exec += " --no-sandbox %U";
|
||||
}
|
||||
|
||||
const desktopMeta = Object.assign(Object.assign({
|
||||
|
||||
const desktopMeta = Object.assign(Object.assign({
|
||||
|
|
Loading…
Reference in a new issue