diff --git a/TemplateProject/scripts/makezip-win.py b/TemplateProject/scripts/makezip-win.py index dd90f4d..0145be8 100644 --- a/TemplateProject/scripts/makezip-win.py +++ b/TemplateProject/scripts/makezip-win.py @@ -3,9 +3,9 @@ scriptpath = os.path.dirname(os.path.realpath(__file__)) projectpath = os.path.abspath(os.path.join(scriptpath, os.pardir)) -IPLUG2_ROOT = "..\..\iPlug2" +IPLUG2_ROOT = "..\\..\\iPlug2" -sys.path.insert(0, os.path.join(scriptpath, IPLUG2_ROOT + '\Scripts')) +sys.path.insert(0, os.path.join(scriptpath, IPLUG2_ROOT + '\\Scripts')) from get_archive_name import get_archive_name