From 589055732eb25691e02dff1d5baf3fb666b46589 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Thu, 19 Oct 2023 11:37:59 -0400 Subject: [PATCH] updated comment --- Install-SketchUp.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-SketchUp.ps1 b/Install-SketchUp.ps1 index 44b0a2f..21b5c38 100644 --- a/Install-SketchUp.ps1 +++ b/Install-SketchUp.ps1 @@ -8,7 +8,7 @@ $URL = 'https://download.sketchup.com/SketchUpStudio-2023-1-340-117.exe' # TODO: Uninstall all versions of SketchUp -#'SketchUp 2019', 'SketchUp 2021', 'SketchUp 2022', 'SketchUp 2023', 'SketchUp Viewer' | Uninstall-MSI +#'SketchUp 2019', 'SketchUp 2020', 'SketchUp 2021', 'SketchUp 2022', 'SketchUp 2023', 'SketchUp Viewer' | Uninstall-MSI # Set the local file name to download to $FILE = '{0}{1}' -f (Get-TempPath),(Split-Path $URL -Leaf)