Skip to content

Commit

Permalink
Merge pull request #260 from dahaic/updater_fix
Browse files Browse the repository at this point in the history
Fix updater
  • Loading branch information
dahaic authored Sep 2, 2018
2 parents 302099c + 65d2971 commit 147d7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
[2018-09-02]
- Revision bump to 0.5.74-1 [dahaic]

Hotfix to deal with two significant issues:
Hotfix to deal with three significant issues:
- Changing password was not possible.
- Ship building dialog crashed when non-ascii characters were used
in a ship name.
- Updater has been broken.

[2018-09-02]
- Revision bump to 0.5.74 [dahaic]
Expand Down
5 changes: 1 addition & 4 deletions server/lib/ige/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,5 @@
versionString = "%(major)d.%(minor)d.%(revision)d%(status)s" % version

clientURLs = {
"*": (
"browser",
"https://github.com/ospaceteam/outerspace/archive/%(major)d.%(minor)d.%(revision)d%(status)s.tar.gz" % version,
),
"*": "https://github.com/ospaceteam/outerspace/archive/%(major)d.%(minor)d.%(revision)d%(status)s.tar.gz" % version,
}

0 comments on commit 147d7e6

Please sign in to comment.