summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2014-05-15 17:01:27 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2014-05-23 11:41:58 +0200
commitaa64587b0f241d472c4dcf748894d43fe43aba44 (patch)
tree363a8fe0eb04665c3e052b3bad293d602fdd3642 /data
parent9b7c87b34f32915665f9f085d7439da84147d1ab (diff)
wix: add the package directory in the properties list
Diffstat (limited to 'data')
-rw-r--r--data/wix/properties.wxi1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/wix/properties.wxi b/data/wix/properties.wxi
index 3ad56091..6820d2a4 100644
--- a/data/wix/properties.wxi
+++ b/data/wix/properties.wxi
@@ -13,6 +13,7 @@
<?define WebSiteName = "@ProjectURL@" ?>
<?define Platform = "@Platform@" ?>
<?define PlatformProgramFilesFolder = "@ProgramFilesFolder@" ?>
+<?define CerberoPackageDir = "@CerberoPackageDir@" ?>
<?if $(var.Platform) = "x64" ?>
<?define ProductName = "@ProductName@ (x64)" ?>