From 117f6bd199479fdaeff665acbea109e967500308 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 14 Jun 2024 01:45:18 +0200 Subject: Add minimal player HTTP server (#2830). --- cscript | 1 + 1 file changed, 1 insertion(+) (limited to 'cscript') diff --git a/cscript b/cscript index 96ed51e53..baece29e1 100644 --- a/cscript +++ b/cscript @@ -721,6 +721,7 @@ def package_windows(target): shutil.copyfile('build/platform/windows/installer.%s.nsi' % identifier, 'build/platform/windows/installer2.%s.nsi' % identifier) target.command('sed -i "s~%%resources%%~%s/platform/windows~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier)) target.command('sed -i "s~%%graphics%%~%s/graphics~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier)) + target.command('sed -i "s~%%web%%~%s/web~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier)) target.command('sed -i "s~%%static_deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.windows_prefix, identifier)) target.command('sed -i "s~%%cdist_deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.directory, identifier)) target.command('sed -i "s~%%mingw%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.environment_prefix, identifier)) -- cgit v1.2.3