You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
437 B
13 lines
437 B
diff --git a/electrum b/electrum |
|
index 8c972c6..46903b7 100755 |
|
--- a/electrum |
|
+++ b/electrum |
|
@@ -454,6 +454,8 @@ if __name__ == '__main__': |
|
if config_options.get('server'): |
|
config_options['auto_connect'] = False |
|
|
|
+ config_options['portable'] = True |
|
+ |
|
if config_options.get('portable'): |
|
config_options['electrum_path'] = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'electrum_data') |
|
|
|
|