fix: support windows auto update (#3911)

This commit is contained in:
Peng Xiao
2023-08-23 22:14:37 +08:00
committed by GitHub
parent 9ea66a1658
commit 213f42a8b6
3 changed files with 14 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ import {
arch,
buildType,
iconUrl,
icoPath,
platform,
productName,
ROOT,
@@ -45,6 +46,7 @@ async function make() {
appDirectory: appDirectory,
outputDirectory: outPath,
iconUrl: iconUrl,
setupIcon: icoPath,
loadingGif: path.resolve(ROOT, './resources/icons/affine_installing.gif'),
};