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, rebootAfter = true,
gitRepo = 'kepler155c/opus', gitRepo = 'kepler155c/opus',
gitBranch = 'develop-1.8', gitBranch = 'main',
branches = { branches = {
{ branch = 'develop-1.8', description = '1.8+ Unstable' }, { branch = 'main', description = 'Main' },
{ branch = 'master-1.8', description = '1.8+ Stable' }, { branch = 'develop-1.8', description = '1.8+ Unstable' },
{ branch = 'master', description = '1.7x Stable' }, { branch = 'master-1.8', description = '1.8+ Stable' },
{ branch = 'develop', description = '1.7x Unstable' }, { branch = 'master', description = '1.7x Stable' },
{ branch = 'develop', description = '1.7x Unstable' },
}, },
preCopy = function(mode) preCopy = function(mode)