fix: allow multiple versions to be installed on windows (#3740)

(cherry picked from commit 08da58aa1e)
This commit is contained in:
Peng Xiao
2023-08-14 23:40:00 +08:00
committed by Alex Yang
parent d158c5a0dc
commit dd7e701276
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ const makers = [
!process.env.SKIP_BUNDLE && {
name: '@electron-forge/maker-squirrel',
config: {
name: 'AFFiNE',
name: productName,
setupIcon: icoPath,
iconUrl: windowsIconUrl,
loadingGif: './resources/icons/affine_installing.gif',