Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
fix(electron): grab arch correctly during build
Browse files Browse the repository at this point in the history
  • Loading branch information
devinus committed Jun 13, 2018
1 parent b8cdf44 commit 660132c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-electron/electron-forge-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const {
},
} = require('../package');

const { arch } = process.arch;
const { arch } = process;

const icon = path.join(__dirname, 'resources', 'icon');

Expand Down

0 comments on commit 660132c

Please sign in to comment.