Skip to content

Commit

Permalink
refactor: move dmg perl module to vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Dec 31, 2016
1 parent 8ea0cc8 commit 598f283
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ This includes:

- description of what you're trying to do
- package.json
- config.json
- log of the terminal output
- node version
- npm version
- on which system do you want to create installers (macOS, Windows or Linux)
- on which system do you want to create installers (macOS, Linux or Windows).

# Pull Requests
To check that your contributions match the project coding style make sure `npm test` passes.
Expand Down
1 change: 1 addition & 0 deletions packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"files": [
"out",
"templates",
"vendor",
"certs/root_certs.keychain"
],
"bin": {
Expand Down
1 change: 1 addition & 0 deletions packages/electron-builder/src/targets/dmg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export class DmgTarget extends Target {
windowY: window.y,

VERSIONER_PERL_PREFER_32_BIT: "true",
PERLLIB: path.join(__dirname, "..", "..", "vendor") + (process.env.PERLLIB == null ? "" : (`:${process.env.PERLLIB}`))
})

if (specification.icon == null) {
Expand Down

0 comments on commit 598f283

Please sign in to comment.