fix lib
This commit is contained in:
parent
3becadda78
commit
f409bb7898
|
@ -54,7 +54,7 @@ class Manifest {
|
||||||
const defaultOptionsPath = `${install_path}/default_options.txt`
|
const defaultOptionsPath = `${install_path}/default_options.txt`
|
||||||
const finalOptionsPath = `${install_path}/options.txt`
|
const finalOptionsPath = `${install_path}/options.txt`
|
||||||
|
|
||||||
fs.copyFileSync(defaultOptionsPath, finalOptionsPath)
|
Lib.fs.copyFileSync(defaultOptionsPath, finalOptionsPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
async execute() {
|
async execute() {
|
||||||
|
|
Loading…
Reference in New Issue