We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90444b2 commit d2de812Copy full SHA for d2de812
1 file changed
appveyor.yml
@@ -62,7 +62,7 @@ after_build:
62
- cd opengothic
63
- cmd: echo gothic-win64-v%appveyor_build_version% >> VERSION
64
- sh: echo gothic-linux-v%appveyor_build_version% >> VERSION
65
- - cmd: copy /b/y "C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\libgcc_s_seh-1.dll" "libgcc_s_dw2-1.dll"
+ - cmd: copy /b/y "C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\libgcc_s_seh-1.dll" "libgcc_s_seh-1.dll"
66
- cmd: copy /b/y "C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\libstdc++-6.dll" "libstdc++-6.dll"
67
- cmd: copy /b/y "C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\libwinpthread-1.dll" "libwinpthread-1.dll"
68
# zip the results
0 commit comments