summaryrefslogtreecommitdiffstats
path: root/src/@types
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2022-12-18 00:58:50 +0100
committerLibravatar GitHub <noreply@github.com>2022-12-17 23:58:50 +0000
commit3e0e263b99e2d35459cb3b1b5d9e27d882850a2b (patch)
tree7a7d114bb281d4d02bb6258eafd70158b47063c3 /src/@types
parentUpgrade 'pnpm' to '7.18.2' and npm modules (diff)
downloadferdium-app-3e0e263b99e2d35459cb3b1b5d9e27d882850a2b.tar.gz
ferdium-app-3e0e263b99e2d35459cb3b1b5d9e27d882850a2b.tar.zst
ferdium-app-3e0e263b99e2d35459cb3b1b5d9e27d882850a2b.zip
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
Diffstat (limited to 'src/@types')
-rw-r--r--src/@types/ferdium.types.ts1
1 files changed, 1 insertions, 0 deletions
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 {
8 GITHUB_AUTH_TOKEN: string; 8 GITHUB_AUTH_TOKEN: string;
9 NODE_ENV: 'development' | 'production'; 9 NODE_ENV: 'development' | 'production';
10 FERDIUM_APPDATA_DIR?: string; 10 FERDIUM_APPDATA_DIR?: string;
11 PORTABLE_EXECUTABLE_FILE?: string;
11 PORTABLE_EXECUTABLE_DIR?: string; 12 PORTABLE_EXECUTABLE_DIR?: string;
12 ELECTRON_IS_DEV?: string; 13 ELECTRON_IS_DEV?: string;
13 APPDATA?: string; 14 APPDATA?: string;