From 593f69c348b69f5fb0a4cf232910a0665de16551 Mon Sep 17 00:00:00 2001 From: Fernando Jimenez Moreno Date: Wed, 10 Oct 2018 15:35:06 +0200 Subject: [PATCH] Windows installer: set GStreamer installation path based on registry search --- support/windows/Servo.wxs.mako | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/support/windows/Servo.wxs.mako b/support/windows/Servo.wxs.mako index f22fce69dfb1..8b6f89bff810 100644 --- a/support/windows/Servo.wxs.mako +++ b/support/windows/Servo.wxs.mako @@ -20,6 +20,12 @@ + + + + + + @@ -39,8 +45,8 @@ Icon="servo.exe" Advertise="yes"/> - ${include_dependencies()} - + ${include_dependencies()} + ${include_directory(resources_path, "resources")}