1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-02-16 16:34:28 +01:00

Fix rebuild locale script

This commit is contained in:
AnthonyFuller 2023-04-22 11:37:41 +01:00
parent 30838666b0
commit a0d68d04fa

View File

@ -19,8 +19,8 @@
const fs = require("fs")
const { execSync } = require("child_process")
const rpkgCli = "rpkg-cli.exe"
const hmlt = "HMLanguageTools.exe"
const rpkgCli = `"resources/rpkg-cli.exe"`
const hmlt = `"resources/HMLanguageTools.exe"`
const locale = JSON.parse(fs.readFileSync("resources/locale.json").toString())