1
0

update windows building scripts

This commit is contained in:
ThomasV
2015-10-23 12:51:54 +02:00
parent 22575b9760
commit d48c211960
7 changed files with 149 additions and 77 deletions

View File

@@ -0,0 +1,13 @@
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')