mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-04-12 21:51:02 +00:00
生成Beta版
This commit is contained in:
parent
f327f1c232
commit
e8a64380a1
2 changed files with 3 additions and 3 deletions
|
@ -181,8 +181,8 @@ del /F /S /Q "$(TargetDir)TemplateConfg"
|
||||||
mkdir "$(TargetDir)TemplateConfg"
|
mkdir "$(TargetDir)TemplateConfg"
|
||||||
copy /Y "$(TargetDir)..\..\..\TemplateConfg\*.*" "$(TargetDir)TemplateConfg\"
|
copy /Y "$(TargetDir)..\..\..\TemplateConfg\*.*" "$(TargetDir)TemplateConfg\"
|
||||||
"$(TargetDir)..\..\..\7z\7z.exe" a $(TargetDir)Release.zip $(TargetDir) -xr!*config
|
"$(TargetDir)..\..\..\7z\7z.exe" a $(TargetDir)Release.zip $(TargetDir) -xr!*config
|
||||||
mkdir "$(TargetDir)..\Bete"
|
mkdir "$(TargetDir)..\Beta"
|
||||||
del "$(TargetDir)..\Bete\*.*"
|
del "$(TargetDir)..\Beta\*.*"
|
||||||
copy /Y "$(TargetDir)Release.zip" "$(TargetDir)..\Bete\Bete.zip"</PostBuildEvent>
|
copy /Y "$(TargetDir)Release.zip" "$(TargetDir)..\Beta\Beta.zip"</PostBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
Binary file not shown.
Loading…
Add table
Reference in a new issue