mirror of
https://github.com/clubby789/OWClock.git
synced 2025-12-11 20:15:31 +01:00
Update release build script
This commit is contained in:
parent
938c4318ff
commit
52175e34f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ packages
|
||||
ClockLib/bin
|
||||
ClockLib/obj
|
||||
ClockLib/ClockLib.csproj.user
|
||||
ClockLib/Release.zip
|
||||
|
||||
@ -301,7 +301,8 @@
|
||||
copy /y "$(ProjectDir)\manifest.json" "$(ProjectDir)\Release"
|
||||
copy /y "$(ProjectDir)\events.json" "$(ProjectDir)\Release"
|
||||
copy /y "$(ProjectDir)\bin\Release\Clock.dll" "$(ProjectDir)\Release"
|
||||
tar.exe -a -c -f Release.zip "$(ProjectDir)\Release"
|
||||
cd "$(ProjectDir)"
|
||||
tar.exe -a -c -f Release.zip "Release"
|
||||
rmdir /s /q "$(ProjectDir)\Release"
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user