Skip to content

Commit

Permalink
Path correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Dec 20, 2018
1 parent b22b874 commit 2ddfd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/main/scripts/mac.js
Expand Up @@ -31,7 +31,7 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

const packageJson = require('./package.json');
const packageJson = require('../package.json');

buildMacArtifacts().catch(err => console.error(`Error while building mac artifacts: ${err}`));

Expand Down

0 comments on commit 2ddfd37

Please sign in to comment.