mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix group sidebar sort order
This commit is contained in:
@@ -7,7 +7,7 @@ const buildDir = path.join(rootDir, 'build');
|
||||
|
||||
let version = '';
|
||||
try {
|
||||
version = fs.readFileSync(versionFilePath, 'utf8').trim();
|
||||
version = fs.readFileSync(versionFilePath, 'utf8').trim().replaceAll('.', '');
|
||||
} catch (err) {
|
||||
console.error('Error reading Version file:', err);
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user