fix: out filename
This commit is contained in:
@@ -150,6 +150,9 @@ class Ui_mainWindow(object):
|
|||||||
def generate(self) :
|
def generate(self) :
|
||||||
is_64bit = False
|
is_64bit = False
|
||||||
in_filename = self.filepath
|
in_filename = self.filepath
|
||||||
|
if self.climode :
|
||||||
|
out_filename = self.filename.replace(".exe", "") + "_out.exe"
|
||||||
|
else :
|
||||||
out_filename = "../bin/" + self.filename + "_out.exe"
|
out_filename = "../bin/" + self.filename + "_out.exe"
|
||||||
xor_key = ''
|
xor_key = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user