mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 10:15:31 +02:00
🐛 Windows doesn't allow for symbolic links
This commit is contained in:
parent
555a71fb42
commit
f8734f2f9f
2 changed files with 20 additions and 5 deletions
|
@ -121,6 +121,7 @@ export async function setupProject(): Promise<void> {
|
|||
version: { product, version, displayVersion: '1.0.0' },
|
||||
buildOptions: {
|
||||
generateBranding: false,
|
||||
windowsUseSymbolicLinks: false,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue