Skip to content

Commit

Permalink
add missing argv
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Feb 24, 2024
1 parent 98eb477 commit ba1bd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compile/compile_gui_duplicator.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
param (
[string]$venv_name=".venv",
[switch]$noprompt
)
$this_noprompt = $noprompt
Expand Down
1 change: 1 addition & 0 deletions compile/compile_kotordiff.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
param (
[string]$venv_name=".venv",
[switch]$noprompt
)
$this_noprompt = $noprompt
Expand Down

0 comments on commit ba1bd70

Please sign in to comment.