execute
This commit is contained in:
parent
38657543f2
commit
19d1c5be74
|
@ -18,4 +18,8 @@ class Manifest {
|
|||
delete_after_extract: true,
|
||||
}
|
||||
]
|
||||
|
||||
execute = async (pkg) => {
|
||||
Lib.open.spawn(install_path + "Content Warning.exe")
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue