From 19d1c5be747fd5aa83552b21f78d24b9b6042546 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 17 Jun 2024 00:55:34 +0200 Subject: [PATCH] execute --- manifests/content-warning.rmanifest | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/content-warning.rmanifest b/manifests/content-warning.rmanifest index 6e8f4ea..0978433 100644 --- a/manifests/content-warning.rmanifest +++ b/manifests/content-warning.rmanifest @@ -18,4 +18,8 @@ class Manifest { delete_after_extract: true, } ] + + execute = async (pkg) => { + Lib.open.spawn(install_path + "Content Warning.exe") + } } \ No newline at end of file