1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-24 12:55:19 +00:00

Wegame version & DLC Translation in Chinese

This commit is contained in:
tobspr
2021-05-25 09:19:57 +02:00
parent 65721e0837
commit b3d1204d9c
18 changed files with 332 additions and 222 deletions

View File

@@ -21,6 +21,11 @@ function gulptasksStandalone($, gulp) {
suffix: "china",
taskPrefix: "china.",
},
{
tempDestDir: path.join(__dirname, "..", "tmp_standalone_files_wegame"),
suffix: "wegame",
taskPrefix: "wegame.",
},
];
for (const { tempDestDir, suffix, taskPrefix } of targets) {