Update Wallpaper-URL.ps1

This commit is contained in:
I-Am-Jakoby 2022-12-16 18:52:09 -06:00 committed by GitHub
parent 3bbd41f8af
commit 14af4a7d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
#$url = "https://marketplace.canva.com/EAFQFfp5-zg/1/0/1600w/canva-orange-autumn-aesthetic-november-photo-desktop-wallpaper-SU_3D4rvbw8.jpg"
#$url = "https://www.dropbox.com/s/qqf5yifmc9nc4ro/server-invite.png?dl=1"
$ext = $url.split(".")[-1]
#$ext = $url.split(".")[-1]
$wp = "$Env:tmp\---wp.$ext"
$wp = "$Env:tmp\---wp.png"
iwr $url -O $wp