diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-03-09 10:11:22 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-03-09 10:11:22 -0500 |
| commit | 6fc8a8c04d4296e3d6e11ad43f684dae9dfe8282 (patch) | |
| tree | 6c7e377c540c177afa4c7d2a028dc84ad1ae094b /MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs | |
| parent | 13e6819dddfc34933acae9fadfcb9e174d96810b (diff) | |
Fix uninstaller path
Diffstat (limited to 'MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs')
| -rw-r--r-- | MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs b/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs index 3064115e3..4e2e80787 100644 --- a/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs +++ b/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs @@ -52,7 +52,7 @@ namespace MediaBrowser.Uninstaller.Execute case "mbt": Product = "Theater"; - RootSuffix = "-UI"; + RootSuffix = "-Theater"; break; default: |
