Browse Source

fix previous commit

3.0.x
ThomasV 7 years ago
parent
commit
412ce18201
  1. 2
      electrum

2
electrum

@ -340,7 +340,7 @@ if __name__ == '__main__':
# fixme: this can probably be achieved with a runtime hook (pyinstaller) # fixme: this can probably be achieved with a runtime hook (pyinstaller)
if is_bundle and os.path.exists(os.path.join(sys._MEIPASS, 'is_portable')): if is_bundle and os.path.exists(os.path.join(sys._MEIPASS, 'is_portable')):
config_options.get('portable') = True config_options['portable'] = True
if config_options.get('portable'): if config_options.get('portable'):
config_options['electrum_path'] = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'electrum_data') config_options['electrum_path'] = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'electrum_data')

Loading…
Cancel
Save