Browse Source

fix child def

pull/2554/head
Kyle Spearrin 6 years ago
parent
commit
a4f9c15524
  1. 2
      scripts/after-sign.js

2
scripts/after-sign.js

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
require('dotenv').config();
const { notarize } = require('electron-notarize');
const fs = require('fs');
const child = child = require('child_process');
const child = require('child_process');
exports.default = run;

Loading…
Cancel
Save