updated comment

This commit is contained in:
2023-10-19 11:37:59 -04:00
parent a1a03c4c01
commit 589055732e
+1 -1
View File
@@ -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)