🐛 Windows doesn't allow for symbolic links

This commit is contained in:
trickypr 2021-12-06 11:05:04 +11:00
parent 555a71fb42
commit f8734f2f9f
2 changed files with 20 additions and 5 deletions

View file

@ -121,6 +121,7 @@ export async function setupProject(): Promise<void> {
version: { product, version, displayVersion: '1.0.0' },
buildOptions: {
generateBranding: false,
windowsUseSymbolicLinks: false,
},
}