From 3e0e263b99e2d35459cb3b1b5d9e27d882850a2b Mon Sep 17 00:00:00 2001 From: Alphrag <34252790+Alphrag@users.noreply.github.com> Date: Sun, 18 Dec 2022 00:58:50 +0100 Subject: Fix issues with executable when using portable on windows (#850) * Fix startup executable for windows portable * Set folder name of unpacking for windows portable exe --- src/@types/ferdium.types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/@types') diff --git a/src/@types/ferdium.types.ts b/src/@types/ferdium.types.ts index db8711cd3..70306f5fb 100644 --- a/src/@types/ferdium.types.ts +++ b/src/@types/ferdium.types.ts @@ -8,6 +8,7 @@ declare global { GITHUB_AUTH_TOKEN: string; NODE_ENV: 'development' | 'production'; FERDIUM_APPDATA_DIR?: string; + PORTABLE_EXECUTABLE_FILE?: string; PORTABLE_EXECUTABLE_DIR?: string; ELECTRON_IS_DEV?: string; APPDATA?: string; -- cgit v1.2.3-70-g09d2