Minor fixes

This commit is contained in:
2026-06-26 22:10:54 -05:00
parent 749f8d2d0d
commit 3356b935fc
6 changed files with 117 additions and 4 deletions
+1
View File
@@ -52,6 +52,7 @@ function createWindowsInstallerConfig(outputDir) {
createDesktopShortcut: true,
createStartMenuShortcut: true,
shortcutName: 'StepForge',
include: 'build/installer.nsh',
},
};
}