Skip to content
Snippets Groups Projects
Commit a8e49e3d authored by 最萌小汐's avatar 最萌小汐
Browse files

can not use `.svg`

parent b301c483
Branches
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ print('版本号为:' .. version) ...@@ -117,7 +117,7 @@ print('版本号为:' .. version)
print('复制 readme ...') print('复制 readme ...')
fs.copy_file(ROOT / 'server' / 'changelog.md', ROOT / 'changelog.md', fs.copy_options.overwrite_existing) fs.copy_file(ROOT / 'server' / 'changelog.md', ROOT / 'changelog.md', fs.copy_options.overwrite_existing)
fsu.saveFile(ROOT / 'README.md', fsu.loadFile(ROOT / 'server' / 'README.md'):gsub('%!%[build%][^\r\n]*', '')) fsu.saveFile(ROOT / 'README.md', fsu.loadFile(ROOT / 'server' / 'README.md'):gsub('%.svg', '.png'))
local out = createDirectory('test') local out = createDirectory('test')
print('输出目录为:', out) print('输出目录为:', out)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment