aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-01-15 17:09:38 -0500
committerPaul Duncan <pabs@pablotron.org>2019-01-15 17:09:38 -0500
commitf09a4ae224fab7ee4d412fe6c81d14e3b753b2c5 (patch)
treea68a870124b5bf62c983e5c14342c7bb87874a02 /meson.build
parent49ba8b03c4ebab4a28fa75cfb64694f84816b8ed (diff)
downloadsok-f09a4ae224fab7ee4d412fe6c81d14e3b753b2c5.tar.bz2
sok-f09a4ae224fab7ee4d412fe6c81d14e3b753b2c5.zip
msi: add program files shortcut, desktop shortcut, and icon
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 0f515f2..f3f4600 100644
--- a/meson.build
+++ b/meson.build
@@ -54,6 +54,7 @@ custom_target('msi',
wixl,
'-o', '@OUTPUT@',
'-D', 'BUILD_DIR=.',
+ '-D', 'ASSETS_DIR=../assets',
'-D', 'SDL_LIB_DIR=' + MSI_SDL_LIB_DIR,
'@INPUT@',
]