From 79e63b24445b1db737206e8f13480ce2d539c197 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 31 May 2025 06:44:57 -0700 Subject: [PATCH] fix: add temp redirect for gitHash --- tvapp2/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tvapp2/index.js b/tvapp2/index.js index b65983c4..f055be99 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -30,7 +30,9 @@ const cache = new Map(); const { name, author, version, repository, discord, docs } = JSON.parse( fs.readFileSync( './package.json' ) ); const __filename = fileURLToPath( import.meta.url ); // get resolved path to file const __dirname = path.dirname( __filename ); // get name of directory -# const gitHash = child.execSync( 'git rev-parse HEAD' ).toString().trim(); +/* +const gitHash = child.execSync( 'git rev-parse HEAD' ).toString().trim(); +*/ const gitHash = `f6484e00dea57891cdeb3123aca124ca7388b22b`; /*