Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 committed Sep 19, 2023
1 parent 129cd89 commit a498c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from PyInstaller.utils.hooks import collect_data_files
from sys import platform

if platform == "darwin":
binaries=[('/usr/lib/libkrb5.3.3.dylib', '.' )],
binaries=[('/usr/lib/libkrb5.3.3.dylib', '.' )]
else:
binaries = []

Expand Down

0 comments on commit a498c35

Please sign in to comment.