Skip to content

Commit 836fd1b

Browse files
committed
winpkg: fix ogre url
1 parent 25755c2 commit 836fd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_win_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
mkdir winpkg
77
cd winpkg
88

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
9+
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
1010
curl -LO https://www.python.org/ftp/python/3.10.10/python-3.10.10-embed-amd64.zip
1111
curl -LO https://github.com/OGRECave/ogre-meshviewer/releases/download/24.02/tkinter_3.10.10-amd64.zip
1212
unzip python-3.10.10-embed-amd64.zip -d package

0 commit comments

Comments
 (0)