Skip to content

Commit

Permalink
appveyor: Add missing DLL to package
Browse files Browse the repository at this point in the history
  • Loading branch information
hesiod committed Sep 26, 2018
1 parent b6c3313 commit 4a0a03f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ after_build:
- ps: cp -r -v shaders package
- ps: cp -r -v sound package
- ps: cp -r -v res package
- ps: cp C:\deps\sfml\SFML-$env:SFML_VER\bin\openal32.dll package

artifacts:
- path: package
Expand Down

0 comments on commit 4a0a03f

Please sign in to comment.