Skip to content

Commit

Permalink
Fix mislabeled Video Players.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalCrisis committed Sep 13, 2016
1 parent 6bb9c72 commit ff89d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions JMMClient/JMMForWindows.csproj
Expand Up @@ -2173,10 +2173,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "$(TargetDir)*.dll" "C:\Projects\[ JMM Binaries No Configs ]\JMMDesktop\" /S /R /I /Y
xcopy "$(TargetDir)*.exe" "C:\Projects\[ JMM Binaries No Configs ]\JMMDesktop\" /S /R /I /Y
xcopy "$(TargetDir)*.pdb" "C:\Projects\[ JMM Binaries No Configs ]\JMMDesktop\" /S /R /I /Y
xcopy "$(TargetDir)*.manifest" "C:\Projects\[ JMM Binaries No Configs ]\JMMDesktop\" /S /R /I /Y </PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>xcopy "$(ProjectDir)Dependencies\x64\*" "$(TargetDir)x64\" /S /R /I /Y
Expand Down
Expand Up @@ -49,9 +49,9 @@ public VideoPlayerSettingsControl()
cboDefaultPlayer.Items.Clear();
cboDefaultPlayer.Items.Add("Windows Default");
cboDefaultPlayer.Items.Add("Internal MPV");
cboDefaultPlayer.Items.Add("MPC");
cboDefaultPlayer.Items.Add("PotPlayer");
cboDefaultPlayer.Items.Add("VLC");
cboDefaultPlayer.Items.Add("MPV");
cboDefaultPlayer.Items.Add("External MPV");
switch (AppSettings.DefaultPlayer_GroupList)
{
Expand Down

0 comments on commit ff89d4d

Please sign in to comment.