Skip to content

Commit

Permalink
Merge branch 'master' into feature/texture_wraping
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellinator committed Jan 31, 2024
2 parents 5eafc0b + 0c0fcd6 commit 9baad81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/.vscode/configurations/windows-docker/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"type": "shell",
"label": "1. Copy source code to docker volume",
"command": "docker exec -t tyra-game-compiler sh -c 'rsync -ac --delete --exclude \".git\" --exclude \".vscode\" --exclude \"*obj*/**\" --exclude \"*bin*/**\" /host/ /src/'"
"command": "docker exec -t tyra-game-compiler sh -c 'rsync -ac --delete --exclude=\".git\" --exclude=\".vscode\" --exclude=\"*obj*/**\" --exclude=\"*bin*/**\" /host/ /src/'"
},
{
"type": "shell",
Expand All @@ -34,7 +34,7 @@
{
"type": "shell",
"label": "3. Copy binaries to host",
"command": "docker exec -t tyra-game-compiler sh -c 'rsync -zac --include=\"*/\" --include=\"*bin*/**\" --exclude=\"*\" /src/ /host/'",
"command": "docker exec -t tyra-game-compiler sh -c 'rsync -zac --include=\"*/\" --include=\"*bin*/**\" --exclude=\"*\" /src/ /host/'"
},
{
"type": "shell",
Expand Down

0 comments on commit 9baad81

Please sign in to comment.