Skip to content

Commit

Permalink
v2.4.2-luajit: Fixed resource paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed Sep 8, 2020
1 parent fba0bcf commit 9658c8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CraftOS-PC 2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
</ItemGroup>
<ItemGroup>
<Image Include="image1.bmp" />
<Image Include="resources\CraftOS-PC.ico" />
<Image Include="resources\CraftOS-PC Accelerated.ico" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\Computer.hpp" />
Expand Down
6 changes: 2 additions & 4 deletions CraftOS-PC 2.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,12 @@
<None Include="resources\BenchmarkRenderers.sh.bat">
<Filter>Other Files</Filter>
</None>
<None Include="src\platform\macapp.mm">
<Filter>Source Files\platform</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Image Include="image1.bmp">
<Filter>Other Files</Filter>
</Image>
<Image Include="resources\CraftOS-PC.ico">
<Image Include="resources\CraftOS-PC Accelerated.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
Expand Down Expand Up @@ -298,6 +295,7 @@
<ClCompile Include="src\terminal\TRoRTerminal.cpp">
<Filter>Source Files\terminal</Filter>
</ClCompile>
<ClCompile Include="src\platform\macapp.mm" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\platform\CraftOS-PC 2.rc">
Expand Down
2 changes: 1 addition & 1 deletion src/platform/CraftOS-PC 2.rc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ END

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "resources\\CraftOS-PC Accelerated.ico"
IDI_ICON1 ICON "..\\..\\resources\\CraftOS-PC Accelerated.ico"

#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 9658c8d

Please sign in to comment.