Selaa lähdekoodia

Rename thirdparty licenses for GitHub autodetection

Michael Ragazzon 5 vuotta sitten
vanhempi
sitoutus
77c7c2c4bf
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 2 2
      .appveyor.yml
  2. 0 0
      LICENSES_THIRDPARTY
  3. 1 1
      readme.md

+ 2 - 2
.appveyor.yml

@@ -86,13 +86,13 @@ after_build:
     echo Built using %VS_GENERATOR% on %APPVEYOR_REPO_COMMIT_TIMESTAMP:~0,10% (build %APPVEYOR_BUILD_NUMBER%).>> Readme.txt
     echo Commit id: %APPVEYOR_REPO_COMMIT%.>> Readme.txt
     
-    7z a RmlUi-%VS_SHORTNAME%-%PLATFORM_NAME%.zip Bin/ Include/ Samples/ Readme.txt changelog.md LICENSE LICENSE_THIRDPARTY Dependencies/freetype-%FREETYPE_VER%/ Dependencies/rlottie/COPYING Dependencies/rlottie/licenses/
+    7z a RmlUi-%VS_SHORTNAME%-%PLATFORM_NAME%.zip Bin/ Include/ Samples/ Readme.txt changelog.md LICENSE LICENSES_THIRDPARTY Dependencies/freetype-%FREETYPE_VER%/ Dependencies/rlottie/COPYING Dependencies/rlottie/licenses/
     
     mkdir Samples\Dependencies\freetype-%FREETYPE_VER%, Samples\Dependencies\rlottie, Samples\Dependencies\rlottie\licenses
     cp Dependencies/freetype-%FREETYPE_VER%/*.TXT Samples/Dependencies/freetype-%FREETYPE_VER%
     cp Dependencies/rlottie/COPYING Samples/Dependencies/rlottie
     cp Dependencies/rlottie/licenses/* Samples/Dependencies/rlottie/licenses
-    IF "%PLATFORM_NAME%"=="win64" 7z a RmlUi-%PLATFORM_NAME%-samples-only.zip LICENSE LICENSE_THIRDPARTY .\Samples\* -r -xr!src\ -x!shell\ -x!luainvaders\
+    IF "%PLATFORM_NAME%"=="win64" 7z a RmlUi-%PLATFORM_NAME%-samples-only.zip LICENSE LICENSES_THIRDPARTY .\Samples\* -r -xr!src\ -x!shell\ -x!luainvaders\
     
 for:
 -

+ 0 - 0
LICENSE_THIRDPARTY → LICENSES_THIRDPARTY


+ 1 - 1
readme.md

@@ -193,4 +193,4 @@ THE SOFTWARE.
 
 ---
 
-Third-party source code and assets with their own licenses are also included in this library. See [LICENSE_THIRDPARTY](LICENSE_THIRDPARTY) for details.
+Third-party source code and assets with their own licenses are also included in this library. See [LICENSES_THIRDPARTY](LICENSES_THIRDPARTY) for details.