Result of Preprocessing

This commit is contained in:
Mr.k 2024-08-31 09:56:42 +03:00
parent 848d81b96b
commit 9027494f42
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ jobs:
name: Pre-Release ${{ env.version }}
body: |
${{ steps.generate_notes.outputs.body }}
![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/winutil/${{ env.VERSION }}/winutil.ps1)
append_body: false
files: ./winutil.ps1

View File

@ -20,4 +20,4 @@ function Invoke-WinUtilGPU {
}
}
return $true
}
}

View File

@ -259,7 +259,7 @@ function New-Unattend {
param (
[Parameter(Mandatory, Position = 0)] [string]$userName,
[Parameter(Position = 1)] [string] $userPassword
[Parameter(Position = 1)] [string]$userPassword
)
$unattend = @'