Skip to content

Commit

Permalink
Use 7z directly to unzip WpdPack_4_1_2.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 17, 2024
1 parent b41b284 commit ad653eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ environment:
install:
- 'appveyor DownloadFile http://cygwin.com/setup-%CYG_ARCH%.exe -FileName setup.exe'
- 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make -P gcc-core >NUL'
- 'cinst 7zip.commandline'
- 'cinst winpcap'
- 'appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip'
- 'dir'
- '7za x .\WpdPack_4_1_2.zip -o.'
- '7z x .\WpdPack_4_1_2.zip -o.'
- 'xcopy .\WpdPack\Lib\x64\*.* C:\cygwin64\lib\'

build_script:
Expand Down

0 comments on commit ad653eb

Please sign in to comment.