Skip to content
Snippets Groups Projects
Verified Commit 30e03f63 authored by Willi Mutschler's avatar Willi Mutschler
Browse files

macOS installer: force non-admin installs

backported 6d295862
parent 1f76558e
1 merge request!2196macOS install backports
......@@ -6,7 +6,7 @@
<welcome file="welcome.html" mime-type="text/html" />
<conclusion file="conclusion.html" mime-type="text/html" />
<license file="gpl-3.0-standalone.html" mime-type="text/html" />
<domains enable_anywhere="true" enable_currentUserHome="true"/>
<domains enable_anywhere="false" enable_currentUserHome="true" enable_localSystem="false"/> <!-- on enable_currentUserHome="true" does not require admin rights! enable_localSystem="true" or enable_anywhere="true" requires admin rights by default, even though this can be changed in the installer though under Change Installation. -->
<pkg-ref id="default" />
<options customize="allow" require-scripts="false" hostArchitectures="x86_64,arm64" />
<choices-outline>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment