Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ithewei committed Dec 2, 2019
1 parent baf292c commit 2d8d513
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bin/msvc14_x86/hplayer.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion hplayer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<None Include="rc\image\voice.png" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include=".\hplayer_resource.rc" />
<ResourceCompile Include=".\rc\hplayer_resource.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
Expand Down
2 changes: 1 addition & 1 deletion hplayer_resource.rc → rc/hplayer_resource.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <windows.h>

IDI_ICON1 ICON DISCARDABLE "G:\\Qt\\HPlayer\\favicon.ico"
IDI_ICON1 ICON DISCARDABLE "favicon.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,0
Expand Down

0 comments on commit 2d8d513

Please sign in to comment.