Move system-context-menu.ts to utils

This commit is contained in:
Labhansh Agrawal 2021-01-22 14:51:51 +05:30 committed by Benjamin Staneck
parent 3f8a6969f1
commit f169c2e906

View file

@ -1,4 +1,4 @@
import {Registry, loadRegistry} from './utils/registry';
import {Registry, loadRegistry} from './registry';
import type {HKEY} from 'native-reg';
const appPath = `"${process.execPath}"`;