Skip to content

Commit

Permalink
deploy.bat updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicpotato137 committed May 22, 2024
1 parent 942aa01 commit d3aac94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
xcopy /s /e /y "bin\debug" "deploy"

@REM Copy res\shaders\compute\* to deploy folder

xcopy /s /e /y "res\shaders\compute" "deploy\res\shaders\compute"

@REM zip deploy folder
powershell -Command "Compress-Archive -Path .\deploy -DestinationPath .\ShaderEngine.zip"

0 comments on commit d3aac94

Please sign in to comment.