This commit is contained in:
SrGooglo 2024-04-01 08:15:51 +02:00
parent 3becadda78
commit f409bb7898
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Manifest {
const defaultOptionsPath = `${install_path}/default_options.txt`
const finalOptionsPath = `${install_path}/options.txt`
fs.copyFileSync(defaultOptionsPath, finalOptionsPath)
Lib.fs.copyFileSync(defaultOptionsPath, finalOptionsPath)
}
async execute() {