Skip to content

Commit

Permalink
Fixed paths in .zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
Scalpel_cp authored and Scalpel_cp committed Dec 28, 2008
1 parent 4671494 commit 3035070
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Setup/CreateVisualStudioTemplate.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
del Cosmos.vsi
..\Build\tools\7zip\7za.exe -r a CosmosBoot.zip ProjectTemplate
cd ProjectTemplate
..\..\Build\tools\7zip\7za.exe -r a ..\CosmosBoot.zip *.*
cd ..
..\Build\tools\7zip\7za.exe a -tzip Cosmos.vsi Cosmos.vscontent CosmosBoot.zip
del CosmosBoot.zip

0 comments on commit 3035070

Please sign in to comment.