Fix uninstaller path
This commit is contained in:
parent
13e6819ddd
commit
6fc8a8c04d
|
@ -31,7 +31,7 @@
|
|||
<PublisherName>Media Browser Team</PublisherName>
|
||||
<SuiteName>Media Browser</SuiteName>
|
||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||
<ApplicationRevision>35</ApplicationRevision>
|
||||
<ApplicationRevision>36</ApplicationRevision>
|
||||
<ApplicationVersion>0.1.1.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
|
|
|
@ -52,7 +52,7 @@ namespace MediaBrowser.Uninstaller.Execute
|
|||
|
||||
case "mbt":
|
||||
Product = "Theater";
|
||||
RootSuffix = "-UI";
|
||||
RootSuffix = "-Theater";
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue
Block a user