build(): new build system, fix(): remove gf
This commit is contained in:
parent
4b301c9644
commit
35bbbd902c
@ -1,4 +1,4 @@
|
||||
{
|
||||
"tag": "1.0.0",
|
||||
"commit": "test"
|
||||
"tag": "",
|
||||
"commit": ""
|
||||
}
|
@ -18,7 +18,7 @@ import fs from 'node:fs/promises';
|
||||
|
||||
(async () => {
|
||||
await fs.writeFile('dist/git.json', JSON.stringify({
|
||||
tag: process.env.TAG,
|
||||
commit: process.env.COMMIT,
|
||||
tag: process.env.TAG ?? "",
|
||||
commit: process.env.COMMIT?.substring(0, 7) ?? "",
|
||||
}))
|
||||
})();
|
@ -20,7 +20,7 @@
|
||||
"footer": {
|
||||
"license": "Licence:",
|
||||
"powered": "Založeno na:",
|
||||
"thanks": "Speciální poděkování: <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite>, komunita SimRail a moje přítelkyně",
|
||||
"thanks": "Speciální poděkování: <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite>, komunita SimRail",
|
||||
"author": "Pro komunitu SimRail vytvořeno s ❤️ uživatelem <anchor>{{author}}</anchor> "
|
||||
}
|
||||
},
|
||||
|
@ -20,7 +20,7 @@
|
||||
"footer": {
|
||||
"license": "License:",
|
||||
"powered": "Based on:",
|
||||
"thanks": "Special thanks to <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite>, Simrail community and my girlfriend",
|
||||
"thanks": "Special thanks to <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite> and Simrail community",
|
||||
"author": "Created by <anchor>{{author}}</anchor> with ❤️ for the Simrail community"
|
||||
}
|
||||
},
|
||||
|
@ -20,7 +20,7 @@
|
||||
"footer": {
|
||||
"license": "Licencja:",
|
||||
"powered": "Oparte na:",
|
||||
"thanks": "Specjalne podziękowania dla <bahu>serwerowni BAHU.PRO</bahu>, <simrailelite>discorda Simrail ELITE</simrailelite>, społeczności Simrail i mojej dziewczyny",
|
||||
"thanks": "Specjalne podziękowania dla <bahu>serwerowni BAHU.PRO</bahu>, <simrailelite>discorda Simrail ELITE</simrailelite> i społeczności Simrail",
|
||||
"author": "Stworzone przez <anchor>{{author}}</anchor> z ❤️ dla społeczności Simrail"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user