Skip to content

Commit

Permalink
upgrade to ogre 14.3.1 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 22, 2024
1 parent eb76f00 commit 470f6e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions create_win_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mkdir winpkg
cd winpkg

curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.2.6/ogre-sdk-v14.2.6-msvc142-x64.zip -o ogre-sdk.zip
curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.3.1/ogre-sdk-v14.3.1-msvc142-x64.zip -o ogre-sdk.zip
curl -LO https://www.python.org/ftp/python/3.10.10/python-3.10.10-embed-amd64.zip
curl -LO https://github.com/OGRECave/ogre-meshviewer/releases/download/24.02/tkinter_3.10.10-amd64.zip
unzip python-3.10.10-embed-amd64.zip -d package
Expand Down Expand Up @@ -38,4 +38,4 @@ cp ../win_resources.cfg package/resources.cfg
cp -R Media/RTShaderLib Media/Main package/
cp -R ../fonts package/

mv package ogre-meshviewer_24.06-win64
mv package ogre-meshviewer_24.10-win64
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ogre-meshviewer
version: "24.06+ogre-master"
version: "24.10"
confinement: strict
summary: OGRE Mesh Viewer
description: Viewer for .mesh model files as consumed by OGRE
Expand Down Expand Up @@ -48,7 +48,7 @@ parts:
- -DCMAKE_INSTALL_PREFIX=/usr/
- -DCMAKE_CXX_COMPILER=/usr/bin/clang++-15
source: https://github.com/OGRECave/ogre.git
source-tag: master
source-tag: 14.3.1
source-depth: 1
build-packages:
- libassimp-dev
Expand Down

0 comments on commit 470f6e1

Please sign in to comment.