Skip to content

Commit

Permalink
[FIX] Linux download links
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Dec 12, 2022
1 parent e766c3f commit eac0b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/modals/Download.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Download = () => {
<ul tabIndex="0" className="dropdown-content menu menu-secondary p-2 shadow rounded p-0 -top-px w-full">
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_linux-amd64-${process.env.REACT_APP_VERSION}.deb`} target="_BLANK" rel="noreferrer noopener">Deb 64 bits</a></li>
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_linux-x86_64-${process.env.REACT_APP_VERSION}.rpm`} target="_BLANK" rel="noreferrer noopener">RPM 64 bits</a></li>
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_linux-${process.env.REACT_APP_VERSION}.AppImage`} target="_BLANK" rel="noreferrer noopener">AppImage</a></li>
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_linux-x86_64-${process.env.REACT_APP_VERSION}.AppImage`} target="_BLANK" rel="noreferrer noopener">AppImage</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit eac0b59

Please sign in to comment.