File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ after_build:
6060 # generate version string
6161 - cd build
6262 - cd opengothic
63- - cmd : echo gothic-win32 -v%appveyor_build_version% >> VERSION
63+ - cmd : echo gothic-win64 -v%appveyor_build_version% >> VERSION
6464 - sh : echo gothic-linux-v%appveyor_build_version% >> VERSION
65- - cmd : copy /b/y "C:\Qt\Tools\mingw530_32 \bin\libgcc_s_dw2 -1.dll" "libgcc_s_dw2-1.dll"
66- - cmd : copy /b/y "C:\Qt\Tools\mingw530_32 \bin\libstdc++-6.dll" "libstdc++-6.dll"
67- - cmd : copy /b/y "C:\Qt\Tools\mingw530_32 \bin\libwinpthread-1.dll" "libwinpthread-1.dll"
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"
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"
6868 # zip the results
6969 - cmd : set name="opengothic_win.zip"
7070 - cmd : 7z a %name% VERSION
You can’t perform that action at this time.
0 commit comments