Repo Cleanup (#2367)

* remove trailing whitespaces, remove unused img folder

* Rename TweaksScreen.PNG to TweaksScreen.png

* restructure "Install-WinUtilProgramWinget"

* undo programwinget function rework

* fix typo
This commit is contained in:
MyDrift
2024-07-16 21:02:31 +02:00
committed by GitHub
parent 1fb986a05d
commit 78a6a60d96
16 changed files with 143 additions and 141 deletions

View File

@ -28,9 +28,9 @@ function Invoke-WPFShortcut {
else{
$shell = "powershell.exe"
}
$shellArgs = "-ExecutionPolicy Bypass -Command `"Start-Process $shell -verb runas -ArgumentList `'-Command `"irm https://christitus.com/win | iex`"`'"
$DestinationName = "WinUtil.lnk"
Invoke-WebRequest -Uri "https://christitus.com/images/logo-full.png" -OutFile "$env:TEMP\cttlogo.png"