Skip to content

Commit

Permalink
Update update-config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thm-unix authored Mar 17, 2024
1 parent aab0e4b commit 24abf19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/share/plainDE/tools/update-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@
config[commentedKey] = config[entry]
config[entry] = defaultConfig[entry]

config['configVersion'] = release

with open(cfgPath, 'w') as cfgWriter:
json.dump(config, cfgWriter, indent=4)

0 comments on commit 24abf19

Please sign in to comment.