aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types/ferdium.types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/@types/ferdium.types.ts')
-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;