mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix
This commit is contained in:
parent
fe0f82fa2b
commit
4d1d890f72
@ -5,7 +5,7 @@ let currentVersion = require("../package.json").version;
|
|||||||
let targetVersion = process.env.VERSION;
|
let targetVersion = process.env.VERSION;
|
||||||
console.log("[NapCat] [CheckVersion] currentVersion:", currentVersion, " targetVersion:", targetVersion);
|
console.log("[NapCat] [CheckVersion] currentVersion:", currentVersion, " targetVersion:", targetVersion);
|
||||||
// 借用dist目录输出脚本
|
// 借用dist目录输出脚本
|
||||||
fs.mkdir("./dist");
|
fs.mkdirSync("./dist");
|
||||||
if (currentVersion === targetVersion) {
|
if (currentVersion === targetVersion) {
|
||||||
fs.appendFileSync("../checkVersion.sh", "#!/bin/bashe\necho \"CheckVersion Is Done\"")
|
fs.appendFileSync("../checkVersion.sh", "#!/bin/bashe\necho \"CheckVersion Is Done\"")
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user