Skip to content

Commit

Permalink
Updated build-site.sh to copy the redirect index.html files into the …
Browse files Browse the repository at this point in the history
…html site build.
  • Loading branch information
AndrewRichards-Code committed Jan 24, 2024
1 parent c7e93b9 commit a444de5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ cp -r build/windows/d3d12/html/. build/html/windows/d3d12
cp -r build/windows/opengl/html/. build/html/windows/opengl
cp -r build/windows/vulkan/html/. build/html/windows/vulkan

cp thirdparty/index_android.html build/html/android/index.html
cp thirdparty/index_linux.html build/html/linux/index.html
cp thirdparty/index_windows.html build/html/windows/index.html

tar -czvf site.tar.gz build/html

0 comments on commit a444de5

Please sign in to comment.