From de1624865fb4d14df27ffd6029891136c7a43f8d Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sat, 24 Jun 2023 14:10:45 +0200 Subject: [PATCH] vencord: fix version number patch Signed-off-by: Sefa Eyeoglu --- pkgs/misc/vencord/replace-git.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/vencord/replace-git.patch b/pkgs/misc/vencord/replace-git.patch index ca377c642f25..829321638bf2 100644 --- a/pkgs/misc/vencord/replace-git.patch +++ b/pkgs/misc/vencord/replace-git.patch @@ -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}