Browse Source

update: release file name

master
Dnomd343 2 years ago
parent
commit
af4c9a39c3
  1. 4
      src/release/common.py

4
src/release/common.py

@ -13,9 +13,9 @@ releasePath = os.path.join(dataPath, './output/')
metadataFile = os.path.join(rootPath, './assets/metadata.json')
releaseInfo = {
'txtFile': 'xxrs.txt',
'htmlFile': 'xxrs.html',
'jsonFile': 'xxrs.json',
'jsonFile': 'XXRS.json',
'txtFile': '栩栩若生.txt',
'gitbookDir': 'xxrs-online',
}
releaseInfo = {x: os.path.join(releasePath, y) for (x, y) in releaseInfo.items()}

Loading…
Cancel
Save