mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 15:35:41 -04:00
fix: update gitHash
This commit is contained in:
@@ -30,7 +30,8 @@ const cache = new Map();
|
|||||||
const { name, author, version, repository, discord, docs } = JSON.parse( fs.readFileSync( './package.json' ) );
|
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 __filename = fileURLToPath( import.meta.url ); // get resolved path to file
|
||||||
const __dirname = path.dirname( __filename ); // get name of directory
|
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`;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
chalk.level
|
chalk.level
|
||||||
|
|||||||
Reference in New Issue
Block a user