From f09a4ae224fab7ee4d412fe6c81d14e3b753b2c5 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 15 Jan 2019 17:09:38 -0500 Subject: msi: add program files shortcut, desktop shortcut, and icon --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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@', ] -- cgit v1.2.3