diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-08 21:34:54 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-08 21:34:54 -0500 |
| commit | ea1b57a4d84940af1b928907953cda040ea87093 (patch) | |
| tree | 8394806210f1d7651cf433a7c8ce5f4473399011 /MediaBrowser.Installer/MainWindow.xaml.cs | |
| parent | 1c1f09c46fa29bf65c24ab7d6be9fc5dc4de5e09 (diff) | |
fixed installer root suffix
Diffstat (limited to 'MediaBrowser.Installer/MainWindow.xaml.cs')
| -rw-r--r-- | MediaBrowser.Installer/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Installer/MainWindow.xaml.cs b/MediaBrowser.Installer/MainWindow.xaml.cs index a85a0cb9a..431a7fb58 100644 --- a/MediaBrowser.Installer/MainWindow.xaml.cs +++ b/MediaBrowser.Installer/MainWindow.xaml.cs @@ -113,7 +113,7 @@ namespace MediaBrowser.Installer { case "mbt": PackageName = "MBTheater"; - RootSuffix = "-UI"; + RootSuffix = "-Theater"; TargetExe = "MediaBrowser.UI.exe"; FriendlyName = "Media Browser Theater"; break; |
