mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Move system-context-menu.ts to utils
This commit is contained in:
parent
3f8a6969f1
commit
f169c2e906
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import {Registry, loadRegistry} from './utils/registry';
|
import {Registry, loadRegistry} from './registry';
|
||||||
import type {HKEY} from 'native-reg';
|
import type {HKEY} from 'native-reg';
|
||||||
|
|
||||||
const appPath = `"${process.execPath}"`;
|
const appPath = `"${process.execPath}"`;
|
||||||
Loading…
Reference in a new issue