mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
feature: make start_local/start_exe work reliably
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user