mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: remove prep_web()
This commit is contained in:
+1
-2
@@ -34,8 +34,7 @@ class Settings():
|
||||
self.fix_missing_iat = False
|
||||
self.payload_location = PayloadLocation.DATA
|
||||
|
||||
|
||||
def prep_web(self):
|
||||
# directories and filenames
|
||||
self.main_dir = "{}{}/".format(PATH_WEB_PROJECT, self.project_name)
|
||||
self.main_c_path = self.main_dir + "main.c"
|
||||
self.main_asm_path = self.main_dir + "main.asm"
|
||||
|
||||
Reference in New Issue
Block a user