mirror of
https://github.com/Cian-H/Melter.git
synced 2025-12-22 14:11:59 +00:00
Just added some polish to this version
This commit is contained in:
@@ -11,11 +11,11 @@ if mode == "desktop":
|
||||
# elif mode == "phone":
|
||||
# from Main.Main_Phone import Main
|
||||
|
||||
|
||||
# Create application class
|
||||
class Melter(App):
|
||||
|
||||
def build(self):
|
||||
self.icon = "Icons/app-icon.svg"
|
||||
return Main()
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ exe = EXE(pyz,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
console=True,
|
||||
console=False,
|
||||
disable_windowed_traceback=False,
|
||||
target_arch=None,
|
||||
codesign_identity=None,
|
||||
|
||||
Reference in New Issue
Block a user