Skip to content

Commit

Permalink
fix(local-build): disable requirements by default
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jul 14, 2023
1 parent 590e023 commit 955fb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local-build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $fileName = "Atlas Test"
$replaceOldPlaybook = $true

# choose not to modify certain aspects from playbook.conf
$removeRequirements = $true
$removeRequirements = $false
$removeBuildRequirement = $true
# not recommended to disable as it will show malicious
$removeProductCode = $true
Expand Down

0 comments on commit 955fb92

Please sign in to comment.