mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Fix action
This commit is contained in:
@@ -9,10 +9,10 @@ const buildDir = path.join(rootDir, 'build');
|
|||||||
let version = '';
|
let version = '';
|
||||||
try {
|
try {
|
||||||
version = fs.readFileSync(versionFilePath, 'utf8').trim();
|
version = fs.readFileSync(versionFilePath, 'utf8').trim();
|
||||||
if (!version.includes('T')) {
|
// if (!version.includes('T')) {
|
||||||
// Remove dots only from Stable version
|
// // Remove dots only from Stable version
|
||||||
version = version.replaceAll('.', '');
|
// version = version.replaceAll('.', '');
|
||||||
}
|
// }
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error('Error reading Version file:', err);
|
console.error('Error reading Version file:', err);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user