diff options
| -rw-r--r-- | MediaBrowser.Installer/App.config | 2 | ||||
| -rw-r--r-- | MediaBrowser.Installer/MediaBrowser.Installer.csproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Installer/App.config b/MediaBrowser.Installer/App.config index eb69b68d0..558196382 100644 --- a/MediaBrowser.Installer/App.config +++ b/MediaBrowser.Installer/App.config @@ -2,7 +2,7 @@ <configuration> <appSettings> <add key="product" value="server" /> - <add key="class" value="Release" /> + <add key="class" value="Dev" /> </appSettings> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> diff --git a/MediaBrowser.Installer/MediaBrowser.Installer.csproj b/MediaBrowser.Installer/MediaBrowser.Installer.csproj index 075bbdc5b..93f1e9f1b 100644 --- a/MediaBrowser.Installer/MediaBrowser.Installer.csproj +++ b/MediaBrowser.Installer/MediaBrowser.Installer.csproj @@ -14,7 +14,7 @@ <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <WarningLevel>4</WarningLevel> <IsWebBootstrapper>true</IsWebBootstrapper> - <PublishUrl>http://www.mb3admin.com/downloads/beta/server/</PublishUrl> + <PublishUrl>http://www.mb3admin.com/downloads/dev/server/</PublishUrl> <Install>false</Install> <InstallFrom>Web</InstallFrom> <UpdateEnabled>false</UpdateEnabled> |
