We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.svg
1 parent b301c48 commit a8e49e3Copy full SHA for a8e49e3
publish.lua
@@ -117,7 +117,7 @@ print('版本号为:' .. version)
117
118
print('复制 readme ...')
119
fs.copy_file(ROOT / 'server' / 'changelog.md', ROOT / 'changelog.md', fs.copy_options.overwrite_existing)
120
-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'))
121
122
local out = createDirectory('test')
123
print('输出目录为:', out)
0 commit comments