Browse Source

Copy AWSGameLift license from the proper folder

Signed-off-by: AMZN-Gene <[email protected]>
AMZN-Gene 1 year ago
parent
commit
cc2ad40f20
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package-system/AWSGameLiftServerSDK/docker_build_linux.sh

+ 2 - 2
package-system/AWSGameLiftServerSDK/docker_build_linux.sh

@@ -108,8 +108,8 @@ cp -r ${BUILD_PATH_ROOT}/Static/prefix/lib ${BUILD_FOLDER}/
 cp -r ${BUILD_PATH_ROOT}/Shared/prefix/lib ${BUILD_FOLDER}/bin
 cp -r ${BUILD_PATH_ROOT}/Shared/prefix/lib ${BUILD_FOLDER}/bin
 
 
 # Copy the license and notice files
 # Copy the license and notice files
-cp $WORKSPACE/temp/src/GameLift-Cpp-ServerSDK-5.1.1/GameLift-SDK-Release-5.1.1/LICENSE_AMAZON_GAMELIFT_SDK.TXT ${BUILD_FOLDER}/
-cp $WORKSPACE/temp/src/GameLift-Cpp-ServerSDK-5.1.1/GameLift-SDK-Release-5.1.1/NOTICE_C++_AMAZON_GAMELIFT_SDK.TXT ${BUILD_FOLDER}/
+cp $WORKSPACE/temp/src/GameLift-Cpp-ServerSDK-5.1.1/LICENSE_AMAZON_GAMELIFT_SDK.TXT ${BUILD_FOLDER}/
+cp $WORKSPACE/temp/src/GameLift-Cpp-ServerSDK-5.1.1/NOTICE_C++_AMAZON_GAMELIFT_SDK.TXT ${BUILD_FOLDER}/
 
 
 echo "Build Succeeded."
 echo "Build Succeeded."