This commit is contained in:
SrGooglo 2024-06-17 03:00:50 +02:00
parent 5db8b002fe
commit f1287a6c9c
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ class Manifest {
afterInstall = async () => { afterInstall = async () => {
const executableFilePath = Lib.path.resolve(install_path, "run_win.bat") 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 () => { execute = async () => {