Carbon Copy plugin for VS
修訂 | 9942bbb96b988121a4a861f56bd35fb3af3426fc (tree) |
---|---|
時間 | 2022-03-28 04:44:26 |
作者 | melchior <melchior@user...> |
Commiter | melchior |
V0.1.8
Rebuild Update for VS 1.16
@@ -33,7 +33,7 @@ | ||
33 | 33 | <ConsolePause>false</ConsolePause> |
34 | 34 | <CustomCommands> |
35 | 35 | <CustomCommands> |
36 | - <Command type="AfterBuild" command="7z -tzip a Carboncopy_${ProjectConfig}.zip" workingdir="${TargetDir}" /> | |
36 | + <Command type="AfterBuild" command="7z a -tzip -x!*.zip -aoa CarbonCopy_${ProjectConfig}.zip" workingdir="${TargetDir}" /> | |
37 | 37 | <Command type="AfterClean" command="rm -f *.zip" workingdir="${TargetDir}" /> |
38 | 38 | </CustomCommands> |
39 | 39 | </CustomCommands> |
@@ -3,10 +3,10 @@ | ||
3 | 3 | "name": "Carbon-Copy", |
4 | 4 | "description" : "Replicate builds, and more from SP/MP (clientside!)", |
5 | 5 | "authors": ["Melchior"], |
6 | - "version": "0.1.7", | |
6 | + "version": "0.1.8", | |
7 | 7 | "side": "client", |
8 | 8 | "dependencies": { |
9 | - "game": "1.15.0" | |
9 | + "game": "1.16.0" | |
10 | 10 | }, |
11 | 11 | "website": "http://nowebsite.nope" |
12 | 12 | } |
\ No newline at end of file |