From bc0380b44ba4dcba1f4dd88fdd9a32a2e7aff21f Mon Sep 17 00:00:00 2001 From: "Elijah C. Voigt" Date: Fri, 31 May 2024 20:22:28 -0700 Subject: [PATCH] Fix minor error with windows packaging --- scripts/package-windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package-windows.ps1 b/scripts/package-windows.ps1 index 6967e49..8f99937 100644 --- a/scripts/package-windows.ps1 +++ b/scripts/package-windows.ps1 @@ -8,4 +8,4 @@ $compress = @{ DestinationPath = "./packages/MartianChess-v1.0-windows.zip" } -Compress-Archive @compress \ No newline at end of file +Compress-Archive -Force @compress \ No newline at end of file