From f1287a6c9c8111da94657f44bb2d388143ba9054 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 17 Jun 2024 03:00:50 +0200 Subject: [PATCH] cd --- manifests/content-warning.rmanifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/content-warning.rmanifest b/manifests/content-warning.rmanifest index 1a52ed6..4a8e83b 100644 --- a/manifests/content-warning.rmanifest +++ b/manifests/content-warning.rmanifest @@ -1,6 +1,6 @@ class Manifest { - static useLib = ["path","open", "fs"] - + static useLib = ["path", "open", "fs"] + static id = "content_warning" static version = "1.15.a" static pkg_name = "Content Warning" @@ -26,7 +26,7 @@ class Manifest { afterInstall = async () => { const executableFilePath = Lib.path.resolve(install_path, "run_win.bat") - await Lib.fs.writeFileSync(executableFilePath, `${install_path}\\Content Warning.exe`, {encoding: "utf8"}) + await Lib.fs.writeFileSync(executableFilePath, `"${install_path}\\Content Warning.exe"`, { encoding: "utf8" }) } execute = async () => {