Skip to content

Commit dadf65f

Browse files
author
Maxime GRIS
committed
Replace const icon to let icon
1 parent 4961fb0 commit dadf65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function pack(plat, arch, cb) {
3232
// there is no darwin ia32 electron
3333
if (plat === 'darwin' && arch === 'ia32') return;
3434

35-
const icon = 'src/favicon';
35+
let icon = 'src/favicon';
3636

3737
if (icon) {
3838
DEFAULT_OPTS.icon = icon + (() => {

0 commit comments

Comments
 (0)