Skip to content

Commit

Permalink
#16 done
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Jul 24, 2024
1 parent 9e47e42 commit 6359983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps12exe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Param(
[String]$Content,
[Parameter(ParameterSetName = 'InputFile', Position = 1)]
[Parameter(ParameterSetName = 'Content', Position = 0)]
[ValidatePattern(".*\.(exe|com|bin)$")]
[ValidatePattern(".*\.(exe|com|scr|bin|bat|cmd)$")]
[String]$outputFile = $NULL, [String]$CompilerOptions = '/o+ /debug-', [String]$TempDir = $NULL,
[scriptblock]$minifyer = $null, [Switch]$noConsole, [Switch]$prepareDebug, [int]$lcid,
[ValidateSet('x64', 'x86', 'anycpu')]
Expand Down

0 comments on commit 6359983

Please sign in to comment.