Ver código fonte

Change installer to dev class

Eric Reed 12 anos atrás
pai
commit
cf17b01387

+ 1 - 1
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" />

+ 1 - 1
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>