Config: Remove unneeded downloads path

This commit is contained in:
Scott Nonnenberg
2025-11-19 09:08:15 +10:00
committed by GitHub
parent 5745cc0083
commit 05c3966dd6
2 changed files with 0 additions and 2 deletions

View File

@@ -2807,7 +2807,6 @@ ipc.on('get-config', async event => {
// paths
crashDumpsPath: app.getPath('crashDumps'),
downloadsPath: app.getPath('downloads'),
homePath: app.getPath('home'),
installPath: app.getAppPath(),
userDataPath: app.getPath('userData'),

View File

@@ -45,7 +45,6 @@ export const rendererConfigSchema = z.object({
disableIPv6: z.boolean(),
disableScreenSecurity: z.boolean(),
dnsFallback: DNSFallbackSchema,
downloadsPath: configRequiredStringSchema,
environment: environmentSchema,
isMockTestEnvironment: z.boolean(),
homePath: configRequiredStringSchema,