mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
Fix bug in dmg builder so that it actually reads in the configuration file
This commit is contained in:
parent
b01667c778
commit
2fb98f6661
@ -852,7 +852,7 @@ if config.dmg is not None:
|
|||||||
"items_positions" : "\n ".join(items_positions)
|
"items_positions" : "\n ".join(items_positions)
|
||||||
}
|
}
|
||||||
if "window_bounds" in fancy:
|
if "window_bounds" in fancy:
|
||||||
params["window.bounds"] = ",".join([str(p) for p in fancy["window_bounds"]])
|
params["window_bounds"] = ",".join([str(p) for p in fancy["window_bounds"]])
|
||||||
if "icon_size" in fancy:
|
if "icon_size" in fancy:
|
||||||
params["icon_size"] = str(fancy["icon_size"])
|
params["icon_size"] = str(fancy["icon_size"])
|
||||||
if bg_path is not None:
|
if bg_path is not None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user