diff --git a/dist/downloader.exe b/dist/downloader.exe index afdb02c..9a2f85d 100644 Binary files a/dist/downloader.exe and b/dist/downloader.exe differ diff --git a/downloader.pyw b/downloader.pyw index 3aad2c6..f9749da 100644 --- a/downloader.pyw +++ b/downloader.pyw @@ -183,7 +183,7 @@ def main(): cfg.read('downloader.ini') # validate ini if 'general' not in cfg: - cfg['general']={'theme': 'default', 'steampath': 'steamcmd', 'batchsize': '50', 'showConsole': 'no', 'defaultpath': 'mods'} + cfg['general']={'theme': 'default', 'steampath': 'steamcmd', 'batchsize': '50', 'showConsole': 'no', 'defaultpath': 'mods', 'steamguard': 'yes'} else: if 'theme' not in cfg['general']: cfg['general']['theme'] = 'default' @@ -210,6 +210,7 @@ def main(): steamguard = cfg.getboolean('general','steamguard') else: cfg['general']['steamguard'] = "no" + steamguard = False showConsole = cfg.getboolean('general','showConsole') padx = 7