From 5b2cdede90f344cff5190b578a13e6cb159ed04b Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Sat, 23 Nov 2024 21:01:32 +0000 Subject: [PATCH] Use Word's extension --- scripts/zip.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]') {