feature: make start_local/start_exe work reliably

This commit is contained in:
Dobin
2024-03-23 13:37:45 +00:00
parent ba933bd018
commit 4f9f85d25c
5 changed files with 89 additions and 36 deletions
+3
View File
@@ -18,6 +18,9 @@ class Project():
self.exe_host: ExeHost = ExeHost(self.settings.inject_exe_in)
self.carrier: Carrier = Carrier()
self.project_dir: str = ""
self.project_exe: str = ""
def init(self):
self.payload.init()