forked from LeenkxTeam/LNXSDK
Update
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import * as path from 'path';
|
||||
import {sysdir} from './exec';
|
||||
|
||||
let korepath = path.join(__dirname, '..', '..', '..', 'Kinc', 'Tools', sysdir());
|
||||
let korepath = path.join(__dirname, '..', '..', '..', 'Kore', 'Tools', sysdir());
|
||||
|
||||
export function init(options: any) {
|
||||
korepath = path.join(options.kha, 'Kinc', 'Tools', sysdir());
|
||||
korepath = path.join(options.kha, 'Kore', 'Tools', sysdir());
|
||||
}
|
||||
|
||||
export function get() {
|
||||
|
||||
Reference in New Issue
Block a user