Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions docs/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ title: Download MMapper for macOS

<div class="notice-box" id="mac-notice">
<strong style="color: #d9534f;">Important Notice for macOS Users:</strong><br>
This application is not notarized by Apple, so macOS might prevent it from opening directly.<br>
This application is not notarized by Apple, so macOS will prevent it from opening directly.<br>
<strong>To run the application the first time:</strong>
<ol>
<li>Locate the downloaded <code>.dmg</code> file and open it.</li>
<li>Drag the MMapper application to your Applications folder (or another location).</li>
<li>Right-click (or Control-click) the MMapper application icon.</li>
<li>Select "Open" from the context menu.</li>
<li>A dialog box will appear warning you about the developer. Click "Open" again.</li>
<li>Drag the MMapper application to your <strong>Applications</strong> folder.</li>
<li>Try to open MMapper from your Applications folder. When a warning appears, click <strong>Done</strong> or <strong>Cancel</strong> (this registers the app with macOS).</li>
<li>Go to <strong>System Settings > Privacy & Security</strong> and scroll down to the <strong>Security</strong> section.</li>
<li>Look for the message "MMapper was blocked..." and click the <strong>Open Anyway</strong> button.</li>
<li>Enter your password if prompted, then click <strong>Open</strong> on the final dialog box.</li>
</ol>
<small>Alternatively, you can go to System Settings > Privacy & Security, scroll down to the "Security" section, and look for an "Open Anyway" button related to MMapper after trying to open it the first time.</small><br>
<small>You only need to do this the first time you run this version.</small>
<small>You only need to do this the first time you run a new version of MMapper.</small>
</div>

{% include download.md %}
16 changes: 7 additions & 9 deletions docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ title: Download MMapper for Windows
{% endfor %}

<div class="notice-box" id="windows-notice">
<strong style="color: #d9534f;">Important Notice for .exe Downloaders:</strong><br>
This application is not digitally signed, so Windows might prevent it from running initially.<br>
<strong>To run the application:</strong>
<strong style="color: #d9534f;">Important Notice for Windows Users:</strong><br>
This application is not digitally signed, which may cause Microsoft Edge or Windows SmartScreen to block it initially.<br>
<strong>To download and run the application:</strong>
<ol>
<li>Right-click the downloaded <code>.exe</code> file and select "Properties".</li>
<li>In the Properties window, look for a section near the bottom that says "Security".</li>
<li>If you see a checkbox or button labeled "Unblock", check it or click it.</li>
<li>Click "Apply" and then "OK".</li>
<li>You should now be able to run the MMapper installer.</li>
<li><strong>If Edge blocks the download:</strong> Open your download list, click the <strong>...</strong> (three dots) next to the file, and select <strong>Keep</strong>. Then click <strong>Show more</strong> and select <strong>Keep anyway</strong>.</li>
<li><strong>If SmartScreen blocks the installer:</strong> Click <strong>More info</strong> in the "Windows protected your PC" window, then click <strong>Run anyway</strong>.</li>
<li><strong>If the installer still won't run:</strong> Right-click the downloaded <code>.exe</code> file and select <strong>Properties</strong>. In the <strong>General</strong> tab, check the <strong>Unblock</strong> checkbox at the bottom and click <strong>OK</strong>.</li>
</ol>
<small>You only need to do this the first time you run this version.</small>
<small>You only need to do this the first time you run a new version.</small>
</div>

{% include download.md %}
Loading