mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
chore: write version that has modified
This commit is contained in:
@@ -13,6 +13,8 @@ function writeManifest(manifest: any){
|
||||
}
|
||||
|
||||
let manifest = readManifest();
|
||||
manifest.version = version;
|
||||
manifest.name = `LLOneBot v${version}`;
|
||||
writeManifest(manifest);
|
||||
if (version !== manifest.version){
|
||||
manifest.version = version;
|
||||
manifest.name = `LLOneBot v${version}`;
|
||||
writeManifest(manifest);
|
||||
}
|
Reference in New Issue
Block a user