File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ before_build:
3131 - ps : Start-FileDownload 'https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.4/wxMSW-3.2.4_vc14x_x64_ReleaseDLL.7z'
3232 - ps : Start-FileDownload 'https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.4/wxMSW-3.2.4_vc14x_x64_ReleasePDB.7z'
3333 - ps : Start-FileDownload 'https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.4/wxWidgets-3.2.4-headers.7z'
34- - cmd : 7z x wxMSW-3.2.4_vc14x_x64_Dev.7z -oC:\wxWidgets
35- - cmd : 7z x wxMSW-3.2.4_vc14x_x64_ReleaseDLL.7z -oC:\wxWidgets
36- - cmd : 7z x wxMSW-3.2.4_vc14x_x64_ReleasePDB.7z -oC:\wxWidgets
37- - cmd : 7z x wxWidgets-3.2.4-headers.7z -oC:\wxWidgets
34+ - cmd : 7z x wxMSW-3.2.4_vc14x_x64_Dev.7z -oC:\wxWidgets -aoa
35+ - cmd : 7z x wxMSW-3.2.4_vc14x_x64_ReleaseDLL.7z -oC:\wxWidgets -aoa
36+ - cmd : 7z x wxMSW-3.2.4_vc14x_x64_ReleasePDB.7z -oC:\wxWidgets -aoa
37+ - cmd : 7z x wxWidgets-3.2.4-headers.7z -oC:\wxWidgets -aoa
3838
3939# build script
4040build_script : c:\projects\wxsqlite3\admin\appveyor\appveyor.bat
You can’t perform that action at this time.
0 commit comments