Skip to content

Commit

Permalink
Update release build script
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Sep 20, 2020
1 parent 938c431 commit 52175e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ packages
ClockLib/bin
ClockLib/obj
ClockLib/ClockLib.csproj.user
ClockLib/Release.zip
3 changes: 2 additions & 1 deletion ClockLib/ClockLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 52175e3

Please sign in to comment.