Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole authored Aug 14, 2024
1 parent c6a5630 commit ad97f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def use_gui():
script_files = glob_pymca5('scripts', '*')
if sys.platform == "win32":
define_macros = [('WIN32', None)]
script_files += glob.glob('scripts', '*.bat')
script_files += glob.glob(os.path.join('scripts', '*.bat'))
script_files.append(os.path.join('scripts', 'pymca_win_post_install.py'))
else:
define_macros = []
Expand Down

0 comments on commit ad97f1f

Please sign in to comment.