collector.py: mirage -> moment
This commit is contained in:
parent
484855c452
commit
890a84ddfa
|
@ -1,7 +1,7 @@
|
|||
import json
|
||||
import yaml
|
||||
|
||||
with open("mirage.flatpak.base.yaml") as f:
|
||||
with open("moment.flatpak.base.yaml") as f:
|
||||
base = yaml.load(f, Loader=yaml.FullLoader)
|
||||
|
||||
with open("flatpak-pip.json") as f:
|
||||
|
@ -28,5 +28,5 @@ for i in range(len(base["modules"])):
|
|||
|
||||
base["modules"] = base["modules"][:i] + front + back + base["modules"][i+1:]
|
||||
|
||||
with open("mirage.flatpak.yaml", "w") as f:
|
||||
with open("moment.flatpak.yaml", "w") as f:
|
||||
f.write(yaml.dump(base, sort_keys=False, indent=2))
|
||||
|
|
Loading…
Reference in New Issue
Block a user