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

macOS installer: force non-admin installs

[skip ci]
parent 3d057a66
No related branches found
No related tags found
1 merge request!2149Improvements to macOS installer
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<welcome file="welcome.html" mime-type="text/html" /> <welcome file="welcome.html" mime-type="text/html" />
<conclusion file="conclusion.html" mime-type="text/html" /> <conclusion file="conclusion.html" mime-type="text/html" />
<license file="gpl-3.0-standalone.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" /> <pkg-ref id="default" />
<options customize="allow" require-scripts="false" hostArchitectures="x86_64,arm64" /> <options customize="allow" require-scripts="false" hostArchitectures="x86_64,arm64" />
<choices-outline> <choices-outline>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment