diff --git a/github-electron/github-electron.d.ts b/github-electron/github-electron.d.ts index 81896fcc5..5df526bfc 100644 --- a/github-electron/github-electron.d.ts +++ b/github-electron/github-electron.d.ts @@ -855,6 +855,10 @@ declare module GitHubElectron { * cleanup code will not run. */ terminate(): void; + /** + * Returns the current application directory. + */ + getAppPath(): string; /** * @param name One of: home, appData, userData, cache, userCache, temp, userDesktop, exe, module * @returns The path to a special directory or file associated with name.