diff --git a/rename_release_files_windows.py b/rename_release_files_windows.py index 84bcdae..12d5cbe 100644 --- a/rename_release_files_windows.py +++ b/rename_release_files_windows.py @@ -1,7 +1,7 @@ import os # Define the directory where the files are located and the prefix to add -directory = '\target\\bundled' # Update with your directory +directory = '\target\bundled' # Update with your directory prefix = 'windows_' # The prefix you want to add # Loop through all files in the directory