We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82b39a commit 173a7d0Copy full SHA for 173a7d0
src/shortcutkey/app-shortcutkey.js
@@ -5,7 +5,7 @@ const fs = require('fs')
5
const Path = require('path')
6
const OS = require('os')
7
const configPath = Path.join(OS.homedir(), app.name, 'ShortcutKey.json')
8
-const helpFile = Path.join(OS.homedir(), app.name, 'shortcutKey-help.md')
+const helpFile = Path.join(OS.tmpdir(), 'shortcutKey-help.md')
9
10
function initConfigFile() {
11
if (!fs.existsSync(configPath)) {
0 commit comments