diff --git a/scripts/zip.ps1 b/scripts/zip.ps1 index 0a36cde..842a34b 100644 --- a/scripts/zip.ps1 +++ b/scripts/zip.ps1 @@ -1,5 +1,5 @@ # Prompt the user for the desired file extension -$fileExtension = Read-Host "Enter the desired file extension (e.g., docx, pptx, xlsx)" +$fileExtension = "docx" # Validate the input if (-not $fileExtension -or $fileExtension -match '[^\w]') {