Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed Jun 12, 2024
1 parent a11fa78 commit 30d645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ocran/inno_setup_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def compile
# To make ISSC output installer files relative to the working directory,
# it is necessary to provide the ISS file via standard input.
iscc_cmd = ["ISCC"]
iscc_cmd << "/Q" unless Ocran.verbose
# iscc_cmd << "/Q" unless Ocran.verbose
iscc_cmd << "-"

IO.popen(iscc_cmd, "r+b", :err => :err) do |io|
Expand Down

0 comments on commit 30d645c

Please sign in to comment.