diff options
author | sr55 <[email protected]> | 2008-04-29 16:29:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-04-29 16:29:33 +0000 |
commit | bbd3571c649d6e3735ad4cc493497119e93e5606 (patch) | |
tree | 99d67f0f244f2d00115e6f8f5fbab9e8502143d0 /win/C#/app.config | |
parent | 82085af4ca15f94743d2185e9ce514b8fb934a7b (diff) |
WinGui:
- Update checker now reads either unstable or stable appcast based on the last digit of the build number.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1448 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index 32e36ee37..61a016d11 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -46,6 +46,9 @@ <setting name="appcast" serializeAs="String">
<value>http://handbrake.fr/appcast.xml</value>
</setting>
+ <setting name="appcast_unstable" serializeAs="String">
+ <value>http://handbrake.fr/appcast_unstable.xml</value>
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
</configuration>
\ No newline at end of file |