Update git branch references in installer.lua to align with main branch structure
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user