Skip to content

Commit

Permalink
fix(AppImage): AppImage content is not correct (resources_1 dir)
Browse files Browse the repository at this point in the history
Close #2958
  • Loading branch information
develar committed Jun 26, 2018
1 parent 2bdfe3a commit b338c91
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"////": "All typings are added into root `package.json` to avoid duplication errors in the IDE compiler (several `node.d.ts` files).",
"dependencies": {
"7zip-bin": "~4.0.2",
"app-builder-bin": "1.9.15",
"app-builder-bin": "1.9.16",
"archiver": "^2.1.1",
"async-exit-hook": "^2.0.1",
"aws-sdk": "^2.263.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"out"
],
"dependencies": {
"app-builder-bin": "1.9.15",
"app-builder-bin": "1.9.16",
"temp-file": "^3.1.2",
"fs-extra-p": "^4.6.1",
"is-ci": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"7zip-bin": "~4.0.2",
"app-builder-bin": "1.9.15",
"app-builder-bin": "1.9.16",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.5",
"chromium-pickle-js": "^0.2.0",
Expand Down
6 changes: 0 additions & 6 deletions test/out/__snapshots__/extraMetadataTest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ Object {
},
},
"draft": undefined,
"prepackaged": undefined,
"prerelease": undefined,
"projectDir": undefined,
"publish": undefined,
}
`;

Expand All @@ -25,10 +22,7 @@ Object {
},
},
"draft": undefined,
"prepackaged": undefined,
"prerelease": undefined,
"projectDir": undefined,
"publish": undefined,
}
`;

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1000,9 +1000,9 @@ anymatch@^2.0.0:
micromatch "^3.1.4"
normalize-path "^2.1.1"

[email protected].15:
version "1.9.15"
resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-1.9.15.tgz#097f0c0eebedcd550bb44c17e310388f83d5cfc6"
[email protected].16:
version "1.9.16"
resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-1.9.16.tgz#c9e8bc837bfc5452b5396bc6959ed81cfff5fb6a"

append-transform@^0.4.0:
version "0.4.0"
Expand Down

0 comments on commit b338c91

Please sign in to comment.