diff --git a/PlaylistSyncGUI/PlaylistSyncGUI.csproj b/PlaylistSyncGUI/PlaylistSyncGUI.csproj
index b4f188c..9fb28ae 100644
--- a/PlaylistSyncGUI/PlaylistSyncGUI.csproj
+++ b/PlaylistSyncGUI/PlaylistSyncGUI.csproj
@@ -185,6 +185,7 @@
if $(ConfigurationName) == Release copy "$(SolutionDir)LICENSE.txt" "$(TargetDir)LICENSE.txt" /Y
-if $(ConfigurationName) == Release copy "$(SolutionDir)README.md" "$(TargetDir)README.md" /Y
+if $(ConfigurationName) == Release copy "$(SolutionDir)README.md" "$(TargetDir)README.md" /Y
+if $(ConfigurationName) == Release (powershell Compress-Archive -Path '$(TargetDir)*' -DestinationPath '$(SolutionDir)bin\zip\$(SolutionName)_current.zip' -Force)
\ No newline at end of file