Skip to content

Commit

Permalink
Compile Winutil
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech authored and github-actions[bot] committed Jul 29, 2023
1 parent 39f9764 commit 36bba34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech
Version : 23.07.27
Version : 23.07.29
#>

Start-Transcript $ENV:TEMP\Winutil.log -Append
Expand All @@ -21,7 +21,7 @@ Add-Type -AssemblyName System.Windows.Forms
# variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
$sync.version = "23.07.27"
$sync.version = "23.07.29"
$sync.configs = @{}
$sync.ProcessRunning = $false

Expand Down Expand Up @@ -5603,8 +5603,8 @@ $sync.configs.tweaks = '{
},
"WPFEssTweaksRemoveEdge": {
"InvokeScript": [
"
#:: Standalone script by AveYo Source: https://raw.githubusercontent.com/AveYo/fox/main/Edge_Removal.bat
"
#:: Standalone script by AveYo Source: https://raw.githubusercontent.com/AveYo/fox/main/Edge_Removal.bat
curl.exe -s \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -o $ENV:temp\\edgeremoval.bat
Start-Process $ENV:temp\\edgeremoval.bat
Expand Down

0 comments on commit 36bba34

Please sign in to comment.