mirror of
https://github.com/ModOrganizer2/modorganizer-umbrella.git
synced 2026-07-27 13:58:32 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26e7875e25 | ||
|
|
cae2ad9a83 | ||
|
|
76acf2ab02 | ||
|
|
3281486af9 | ||
|
|
0e5618b3c3 | ||
|
|
fc6a6bb2d3 | ||
|
|
3404b7bd30 |
@@ -70,8 +70,8 @@ config = {
|
||||
# folders: <project>\<task>_complete.txt
|
||||
|
||||
'Main_Author': 'ModOrganizer2', # the current maintainer
|
||||
'Dev_Branch': "Develop",
|
||||
'Release_Branch': "master",
|
||||
'Dev_Branch': "master",
|
||||
'Release_Branch': "2_2_2",
|
||||
'Distrib_Author': 'TanninOne', # the current distribution (and the original Author)
|
||||
'Work_Author': '', # yourself
|
||||
|
||||
|
||||
+2
-2
@@ -269,6 +269,6 @@ if config['Installer']:
|
||||
|
||||
installer = Project("Installer") \
|
||||
.depend(build_installer
|
||||
.depend(github.Source(config['Main_Author'], "modorganizer-Installer", "Develop", super_repository=tl_repo)
|
||||
.set_destination("Installer")) \
|
||||
.depend(github.Source(config['Main_Author'], "modorganizer-Installer", config['Build_Branch'], super_repository=tl_repo)
|
||||
.set_destination("installer")) \
|
||||
.depend("modorganizer").depend("usvfs").depend("usvfs_32").depend("translationsBuild").depend("modorganizer-fnistool"))
|
||||
|
||||
Reference in New Issue
Block a user