This commit is contained in:
SrGooglo 2024-06-17 00:55:34 +02:00
parent 38657543f2
commit 19d1c5be74
1 changed files with 4 additions and 0 deletions

View File

@ -18,4 +18,8 @@ class Manifest {
delete_after_extract: true,
}
]
execute = async (pkg) => {
Lib.open.spawn(install_path + "Content Warning.exe")
}
}