Skip to content

Commit

Permalink
build.py is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnb0y committed Sep 2, 2022
1 parent cf9f34c commit f239075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_build_dir():

def get_package_name():
package_name = "kubescape"
# if platform.system() == "Windows": package_name += ".exe"
if platform.system() == "Windows": package_name += ".exe"

return package_name

Expand Down

0 comments on commit f239075

Please sign in to comment.