Skip to content

Commit

Permalink
update windows package script for ogre 13
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Aug 15, 2021
1 parent fed6bc8 commit 659175c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create_win_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo Plugin=Plugin_DotScene >> package/plugins.cfg

# resources
cp win_resources.cfg package/resources.cfg
cp -R Media/RTShaderLib Media/ShadowVolume package/
cp -R Media/RTShaderLib Media/Main package/
cp -R Media/packs/SdkTrays.zip package/

mv package ogre-meshviewer_21.08-win64
2 changes: 1 addition & 1 deletion win_resources.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is only used on Windows, where we cannot simply reference the Ogre installation
[OgreInternal]
FileSystem=ShadowVolume
FileSystem=Main
FileSystem=RTShaderLib/GLSL
FileSystem=RTShaderLib/HLSL_Cg

Expand Down

0 comments on commit 659175c

Please sign in to comment.