Skip to content

Commit c223237

Browse files
committed
change instalelr default title
1 parent 9b7cafd commit c223237

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/electron/electron-builder.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ asarUnpack:
1414
- node_modules/sharp/**/*
1515
- node_modules/@img/**/*
1616
win:
17-
executableName: ImageBlocks
17+
executableName: ${productName}
1818
nsis:
1919
artifactName: ${name}-${version}-setup.${ext}
2020
shortcutName: ${productName}
@@ -30,6 +30,7 @@ mac:
3030
notarize: false
3131
dmg:
3232
artifactName: ${productName}.${ext}
33+
title: ${productName}
3334
linux:
3435
target:
3536
- AppImage

0 commit comments

Comments
 (0)