Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Haeussler <mail@tobiashaeussler.com>2016-10-29 23:06:03 +0300
committerOlivier Goffart <olivier@woboq.com>2016-11-14 14:16:58 +0300
commit0c0a3ca0a52099bef0234a9db04486a1cfcdb9a5 (patch)
tree0a6b9dd02754887cf56aa131665021ca436a9b19 /src/gui/owncloud.exe.manifest-mingw
parent676ad530e75ccef584ac54d5ba55a5444c93a4eb (diff)
Add manifest file on Windows to make the application UAC aware.
Diffstat (limited to 'src/gui/owncloud.exe.manifest-mingw')
-rw-r--r--src/gui/owncloud.exe.manifest-mingw10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gui/owncloud.exe.manifest-mingw b/src/gui/owncloud.exe.manifest-mingw
new file mode 100644
index 000000000..ecea6f7f5
--- /dev/null
+++ b/src/gui/owncloud.exe.manifest-mingw
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
+<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level='asInvoker' uiAccess='false' />
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+</assembly>