Skip to content

Commit

Permalink
return public api to default value
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Jan 23, 2025
1 parent 90a9edb commit 0183504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Payload_Type/athena/athena/agent_code/build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def create_obfuscar_xml(plugin_name, config, project_dir, rid):
<Obfuscator>
<Var name="InPath" value="{in_path}" />
<Var name="OutPath" value="{out_path}" />
<Var name="KeepPublicApi" value="false" />
<Var name="KeepPublicApi" value="true" />
<Var name="HidePrivateApi" value="true" />
<Var name="RenameProperties" value="true" />
<Var name="RenameEvents" value="true" />
Expand Down

0 comments on commit 0183504

Please sign in to comment.