Skip to content

Commit

Permalink
AppVeyor: Fixed paths syntax for the "copy" command
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jan 26, 2018
1 parent aace5a1 commit 3182963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ build_script:
- if [%COMPILER%]==[MSVC15] cmake --build . --config %BUILD_TYPE% --target install
- if NOT [%PLATFORM%]==[Win32-VB6-Binding] 7z a -t7z -mx9 "SDL-Mixer-X-%COMPILER%-%BUILD_TYPE%-%PLATFORM%.7z" "SDL-Mixer-X"
- if [%PLATFORM%]==[Win32-VB6-Binding] 7z x ../VB6_Wrapper/SDL_Mixer_vb6_example.clean.7z * -osdl-mixer-vb6
- if [%PLATFORM%]==[Win32-VB6-Binding] copy ../VB6_Wrapper/ReadME.txt sdl-mixer-vb6
- if [%PLATFORM%]==[Win32-VB6-Binding] copy ../SDL2_mixer_ext.License.txt sdl-mixer-vb6/licenses/SDL2MixerVB.License.txt
- if [%PLATFORM%]==[Win32-VB6-Binding] copy ../docs/SDL_mixer_ext.html sdl-mixer-vb6/
- if [%PLATFORM%]==[Win32-VB6-Binding] copy ..\VB6_Wrapper\ReadME.txt sdl-mixer-vb6
- if [%PLATFORM%]==[Win32-VB6-Binding] copy ..\SDL2_mixer_ext.License.txt sdl-mixer-vb6\licenses\SDL2MixerVB.License.txt
- if [%PLATFORM%]==[Win32-VB6-Binding] copy ..\docs\SDL_mixer_ext.html sdl-mixer-vb6\
- if [%PLATFORM%]==[Win32-VB6-Binding] 7z a -t7z -mx9 "SDL-Mixer-X-%COMPILER%-%BUILD_TYPE%-%PLATFORM%.7z" "sdl-mixer-vb6/*"
- move SDL-Mixer-X-%COMPILER%-%BUILD_TYPE%-%PLATFORM%.7z ..

Expand Down

0 comments on commit 3182963

Please sign in to comment.