From 960e083152395c774ffa72bddfd6c5e85e8e9e80 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 21 Aug 2018 01:07:30 -0700 Subject: [PATCH] Add manifest for Windows --- app/Moonlight.exe.manifest | 31 +++++++++++++++++++++++++++++++ app/app.pro | 2 ++ 2 files changed, 33 insertions(+) create mode 100644 app/Moonlight.exe.manifest diff --git a/app/Moonlight.exe.manifest b/app/Moonlight.exe.manifest new file mode 100644 index 00000000..8912076a --- /dev/null +++ b/app/Moonlight.exe.manifest @@ -0,0 +1,31 @@ + + + + + + + + + + Moonlight Game Streaming + + + true/pm + permonitor + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/app.pro b/app/app.pro index 42588df2..0a71ccf5 100644 --- a/app/app.pro +++ b/app/app.pro @@ -231,6 +231,8 @@ unix:!macx: { } win32 { RC_ICONS = moonlight.ico + CONFIG -= embed_manifest_exe + QMAKE_LFLAGS += /MANIFEST:embed /MANIFESTINPUT:$${PWD}/Moonlight.exe.manifest } macx { QMAKE_INFO_PLIST = $$PWD/Info.plist