Update git branch references in installer.lua to align with main branch structure

This commit is contained in:
MayaTheShy
2026-03-22 17:52:18 -04:00
parent 7a99fc662d
commit eae757627a

View File

@@ -34,12 +34,13 @@ IN THE SOFTWARE.]],
rebootAfter = true,
gitRepo = 'kepler155c/opus',
gitBranch = 'develop-1.8',
gitBranch = 'main',
branches = {
{ branch = 'develop-1.8', description = '1.8+ Unstable' },
{ branch = 'master-1.8', description = '1.8+ Stable' },
{ branch = 'master', description = '1.7x Stable' },
{ branch = 'develop', description = '1.7x Unstable' },
{ branch = 'main', description = 'Main' },
{ branch = 'develop-1.8', description = '1.8+ Unstable' },
{ branch = 'master-1.8', description = '1.8+ Stable' },
{ branch = 'master', description = '1.7x Stable' },
{ branch = 'develop', description = '1.7x Unstable' },
},
preCopy = function(mode)