|
@@ -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 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
|
|
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
|
|
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/freetype-%FREETYPE_VER%/*.TXT Samples/Dependencies/freetype-%FREETYPE_VER%
|
|
|
cp Dependencies/rlottie/COPYING Samples/Dependencies/rlottie
|
|
cp Dependencies/rlottie/COPYING Samples/Dependencies/rlottie
|
|
|
cp Dependencies/rlottie/licenses/* Samples/Dependencies/rlottie/licenses
|
|
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:
|
|
for:
|
|
|
-
|
|
-
|