From 9722a0d5dd694a551d3600beec5b2d5f6e93ccb8 Mon Sep 17 00:00:00 2001 From: FlorianSLZ <38555854+FlorianSLZ@users.noreply.github.com> Date: Tue, 16 May 2023 13:22:14 +0200 Subject: [PATCH] typo --- Program - win32/Wallaper & Lockscreen/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program - win32/Wallaper & Lockscreen/install.ps1 b/Program - win32/Wallaper & Lockscreen/install.ps1 index 64103dd..7a06001 100644 --- a/Program - win32/Wallaper & Lockscreen/install.ps1 +++ b/Program - win32/Wallaper & Lockscreen/install.ps1 @@ -2,7 +2,7 @@ $PackageName = "Wallpaper" $Version = 1 # Set image file names for desktop background and lock screen -# leave blank if you with not to set either of one +# leave blank if you wish not to set either of one $WallpaperIMG = "wallpaper-scloud.jpg" $LockscreenIMG = "scloud-banner.jpg"