Skip to content

Commit

Permalink
FIX: He-hey, there's more references to 2022!
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Jan 26, 2025
1 parent 09f1ea3 commit de59fd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CI/make_package.msvc.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

# Add a param to input the MSVC version used instead of assuming it
set -e

if [ -z $1 ]; then
Expand Down Expand Up @@ -38,9 +38,9 @@ DOCS=( \
)

mkdir dreamweave-build \
&& mv MSVC2022_64_Ninja/$BUILD_TYPE/resources/ dreamweave-build/ \
&& mv MSVC2022_64_NINJA/$BUILD_TYPE/osgPlugins-3.6.5 dreamweave-build \
&& mv MSVC2022_64_NINJA/$BUILD_TYPE/platforms dreamweave-build \
&& mv MSVC2019_64_Ninja/$BUILD_TYPE/resources/ dreamweave-build/ \
&& mv MSVC2019_64_NINJA/$BUILD_TYPE/osgPlugins-3.6.5 dreamweave-build \
&& mv MSVC2019_64_NINJA/$BUILD_TYPE/platforms dreamweave-build \
&& cd dreamweave-build

for DOC in "${DOCS[@]}"; do
Expand Down

0 comments on commit de59fd7

Please sign in to comment.