Skip to content

Commit

Permalink
auto updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Robinson committed Aug 22, 2014
1 parent c9dcab0 commit 8df08f9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
Binary file removed LiveSplit.Skyrim.v12.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions SkyrimFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public string UpdateName

public string UpdateURL
{
get { return "http://fatalis.hive.ai/livesplit/update/"; }
get { return "https://raw.githubusercontent.com/drtchops/LiveSplit.Skyrim/master/"; }
}

public Version Version
Expand All @@ -44,7 +44,7 @@ public Version Version

public string XMLURL
{
get { return this.UpdateURL + "Components/update.LiveSplit.Skyrim.xml"; }
get { return this.UpdateURL + "update.LiveSplit.Skyrim.xml"; }
}
}
}
Binary file added bin/LiveSplit.Skyrim.dll
Binary file not shown.
9 changes: 9 additions & 0 deletions bin/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

VERSION=$1
if [ -z "$VERSION" ]; then
echo "Must specify version."
exit 1
fi

zip LiveSplit.Skyrim_v${VERSION}.zip LiveSplit.Skyrim.dll ../readme.txt
18 changes: 18 additions & 0 deletions update.LiveSplit.Skyrim.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<updates>
<update version="1.2.0">
<files>
<file path="bin/LiveSplit.Skyrim.dll" status="changed"/>
</files>
<changelog>
<change>
Added support for LiveSplit 1.4's 'Game Time as primary timing method' feature.
</change>
<change>
Right-click -> Compare By -> Game Time
</change>
<change>
Huge thanks to Fatalis and Dalleth.
</change>
</changelog>
</update>
</updates>

0 comments on commit 8df08f9

Please sign in to comment.