We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25755c2 commit 836fd1bCopy full SHA for 836fd1b
create_win_package.sh
@@ -6,7 +6,7 @@
6
mkdir winpkg
7
cd winpkg
8
9
-curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.2.0/ogre-sdk-v14.2.0-msvc141-x64.zip -o ogre-sdk.zip
+curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.2.0/ogre-sdk-v14.2.0-msvc142-x64.zip -o ogre-sdk.zip
10
curl -LO https://www.python.org/ftp/python/3.10.10/python-3.10.10-embed-amd64.zip
11
curl -LO https://github.com/OGRECave/ogre-meshviewer/releases/download/24.02/tkinter_3.10.10-amd64.zip
12
unzip python-3.10.10-embed-amd64.zip -d package
0 commit comments