Skip to content

Commit

Permalink
call 7z from path
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed Nov 11, 2018
1 parent fae61eb commit cd155e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:
- if "%CONFIGURATION%" equ "Debug" set WX_CONFIG=debug
- if "%CONFIGURATION%" neq "Debug" set WX_CONFIG=release
- curl -fsS -o fbx.exe http://download.autodesk.com/us/fbx/2018/2018.1.1/fbx20181_1_fbxsdk_vs2015_win.exe
- "%ProgramFiles%\\7-Zip\\7z.exe" x fbx.exe -oDependencies\\fbx
- 7z.exe x fbx.exe -oDependencies\fbx
- set FBX_SDK=Dependencies\fbx

build_script:
Expand Down

0 comments on commit cd155e1

Please sign in to comment.