Skip to content

Commit

Permalink
update packaging for 21.06
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jun 28, 2021
1 parent 3dd8f30 commit ff39947
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 @@ -3,7 +3,7 @@
# This should work on Windows (MinGW) and Linux
# for MinGW use e.g. https://gitforwindows.org/

curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/files/ogre-sdk-v1.12.12-vc15-x64.zip -o ogre-sdk.zip
curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/files/ogre-sdk-master-vc15-x64.zip -o ogre-sdk.zip
curl -LO https://www.python.org/ftp/python/3.7.9/python-3.7.9-embed-amd64.zip
unzip python-3.7.9-embed-amd64.zip -d package
unzip ogre-sdk.zip
Expand Down Expand Up @@ -31,4 +31,4 @@ cp win_resources.cfg package/resources.cfg
cp -R Media/RTShaderLib Media/ShadowVolume package/
cp -R Media/packs/SdkTrays.zip package/

mv package ogre-meshviewer_21.04-win64
mv package ogre-meshviewer_21.06-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: "21.04"
version: "21.06"
confinement: strict
summary: OGRE Mesh Viewer
description: Viewer for .mesh model files as consumed by OGRE
Expand Down Expand Up @@ -47,7 +47,7 @@ parts:
- -DCMAKE_INSTALL_PREFIX=/usr/
- -DCMAKE_CXX_COMPILER=/usr/bin/clang++-8
source: https://github.com/OGRECave/ogre.git
source-tag: v1.12.12
source-tag: stable
build-packages:
- libassimp-dev
- libxaw7-dev
Expand Down

0 comments on commit ff39947

Please sign in to comment.