From af4c9a39c3928760d5841b8731dce496558c1113 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Thu, 29 Dec 2022 22:39:28 +0800 Subject: [PATCH] update: release file name --- src/release/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/release/common.py b/src/release/common.py index 0b66f5f..e126593 100644 --- a/src/release/common.py +++ b/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()}