Skip to content

Commit

Permalink
完善自定义快捷键
Browse files Browse the repository at this point in the history
  • Loading branch information
yueshutong committed Jul 11, 2020
1 parent b152282 commit b5f6885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shortcutkey/app-shortcutkey.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fs = require('fs')
const Path = require('path')
const OS = require('os')
const configPath = Path.join(OS.homedir(), app.name, 'ShortcutKey.json')
const helpFile = Path.join(OS.homedir(), app.name, 'shortcutKey-help.md')
const helpFile = Path.join(OS.tmpdir(), 'shortcutKey-help.md')

function initConfigFile() {
if (!fs.existsSync(configPath)) {
Expand Down

0 comments on commit b5f6885

Please sign in to comment.