Skip to content

Commit e991d10

Browse files
committed
IA-1154 avoids folder name clash
1 parent d331392 commit e991d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const config: ForgeConfig = {
4949
{
5050
name: "@electron-forge/maker-squirrel",
5151
config: {
52-
name: "ProtonMail",
52+
name: "proton_mail", // Avoids clash with ProtonMail folder used by Bridge in appData
5353
iconUrl: `${__dirname}/assets/icons/${getIco()}`,
5454
setupIcon: `${__dirname}/assets/icons/${getIco()}`,
5555
loadingGif: `${__dirname}/assets/windows/install-spinner.gif`,

0 commit comments

Comments
 (0)