Skip to content

Commit

Permalink
Merge pull request #128 from Team-Neptune/dev
Browse files Browse the repository at this point in the history
Merge from dev into master
  • Loading branch information
hax4dazy authored Oct 9, 2023
2 parents 8f6529c + 290d2a8 commit a174aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"releaseVersion": "4.7.0",
"releaseVersion": "4.8.0",
"packages": [
{
"name": "minimal",
Expand Down Expand Up @@ -258,7 +258,7 @@
]
},
"tinwoo": {
"repo": "mrdude2478/TinWoo",
"repo": "hax4dazy/TinWoo",
"regex": [".*TinWoo-Installer.*\\.zip"],
"steps": [
{
Expand Down Expand Up @@ -312,7 +312,7 @@
]
},
"sysftpdlight": {
"repo": "cathery/sys-ftpd-light",
"repo": "cathery/sys-ftpd",
"regex": [".*sys-ftpd-light.*\\.zip"],
"steps": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if __name__ == '__main__':

parser = argparse.ArgumentParser(description="TeamNeptune's DeepSea build script.")
parser = argparse.ArgumentParser(description="Team Neptune's DeepSea build script.")
requiredNamed = parser.add_argument_group('Options required to build a release candidate')
requiredNamed.add_argument('-gt', '--githubToken', help='Github Token', required=True)
args = parser.parse_args()
Expand Down

0 comments on commit a174aa2

Please sign in to comment.