Skip to content

Commit

Permalink
Comment out this windows exe
Browse files Browse the repository at this point in the history
The build workflow relay on the same binary name - so we won't change
that right now.
  • Loading branch information
xdavidel committed Oct 6, 2021
1 parent 2d89882 commit 075ba4c
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 @@ -28,7 +28,7 @@ def getBuildDir():

def getPackageName():
packageName = "kubescape"
if platform.system() == "Windows": packageName += ".exe"
# if platform.system() == "Windows": packageName += ".exe"

return packageName

Expand Down

0 comments on commit 075ba4c

Please sign in to comment.