Skip to content

Commit

Permalink
web page
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Nov 19, 2022
1 parent 405de46 commit 935580d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>Welcome to TeXstudio</h1>

<div id="directDownload">
<a id="winDownload" class="downloadButton" href="https://github.com/texstudio-org/texstudio/releases/download/4.4.0/texstudio-4.4.0-win-qt6.exe">Download now<br><span class="downloadVersion">TeXstudio <span class="currentVersion">4.4.0</span> (Windows-Installer)</span></a>
<a id="macDownload" class="downloadButton" href="https://github.com/texstudio-org/texstudio/releases/download/4.4.0/texstudio-4.4.0-osx.dmg">Download now<br><span class="downloadVersion">TeXstudio <span class="currentVersion">4.4.0</span> (OSX dmg)<br>for macOS <b>11+</b> or higher</span></a>
<a id="macDownload" class="downloadButton" href="https://github.com/texstudio-org/texstudio/releases/download/4.4.0/texstudio-4.4.0-osx.dmg">Download now<br><span class="downloadVersion">TeXstudio <span class="currentVersion">4.4.0</span> (OSX dmg)<br>for macOS <b>11.7</b> or higher</span></a>
</div>
<script type="text/javascript">
if (navigator.appVersion.indexOf("Win")==-1)
Expand Down Expand Up @@ -599,14 +599,14 @@ <h1>Download</h1>
<tr><th>Platform</th><th>Version</th><th> Type</th><th>Size</th><th>How to install</th></tr>
</thead>
<tbody>
<tr><td>11+</td>
<tr><td>11.7+</td>
<td class="currentVersionMac">4.4.0</td>
<td><a class="macDownload" href="https://github.com/texstudio-org/texstudio/releases/download/4.4.0/texstudio-4.4.0-osx.dmg">dmg</a></td>
<td>42.7 MB</td>
<td><a class="macDownload" href="https://github.com/texstudio-org/texstudio/releases/download/4.4.0/texstudio-4.4.0-osx.dmg">download</a>, and start it.<br>
<b>Please note:</b> Because we do not have an Apple Developer Account, OS X may complain about an <a href="http://support.apple.com/kb/PH14369">unidentified developer</a> and deny opening TXS. In that case, open the context menu on the TXS icon (Ctrl + Click) and select open.</td>
</tr>
<tr><td>10.x</td><td colspan="3"></td><td>There is no release for macOS 10.x, but you can compile it from source or using homebrew. The 11+ release may work on 10.15, but check for newer version seems to lead to crash, so disable that function in the options.</td>
<tr><td>10.x</td><td colspan="3"></td><td>There is no release for macOS 10.x, but you can compile it from source or using homebrew.</td>


<thead>
Expand Down

0 comments on commit 935580d

Please sign in to comment.