vencord: fix version number patch

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-06-24 14:10:45 +02:00
parent 16ca6c79eb
commit de1624865f
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -7,7 +7,7 @@ index 7ff599a..85b3bfa 100644
export const watch = process.argv.includes("--watch");
export const isStandalone = JSON.stringify(process.argv.includes("--standalone"));
-export const gitHash = execSync("git rev-parse --short HEAD", { encoding: "utf-8" }).trim();
+export const gitHash = "@version@";
+export const gitHash = "v@version@";
export const banner = {
js: `
// Vencord ${gitHash}