We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9466a commit 33c0fdfCopy full SHA for 33c0fdf
tools/api.js
@@ -12,7 +12,7 @@ export default task('api', async () => {
12
if (err) throw err;
13
const output = scripts.map(script => {
14
const contents = JSON.parse(script);
15
- contents.slug = encodeURIComponent(`[${contents.vocshort}] ${contents.name}.xbst`).split('%20').join('+');
+ contents.slug = encodeURIComponent(`[${contents.vocshort}] ${contents.name}.xbst`);
16
return contents;
17
});
18
fs.writeJson('./build/list.json', output, function (err) {
0 commit comments