Skip to content

Commit

Permalink
link to standard LeoCAD also on MS Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackenberg committed Jul 23, 2024
1 parent 03a421c commit d86c7c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const AuthDownloadView = () => {
async function handleDownload(event: React.UIEvent) {
event.preventDefault()
if (WINDOWS) {
window.open('https://fhooe-my.sharepoint.com/:u:/g/personal/p28500_fhooe_at/ERPebWA1eEFEswEwxKxOTMQBsShhoK_G_zDUjVm6_3xmag?e=2rUaHO', '_blank') // TODO Permanent download URL
window.open('https://www.leocad.org/', '_blank') // TODO Download URL
} else if (MAC) {
window.open('https://www.leocad.org/', '_blank') // TODO Download URL
} else if (LINUX) {
Expand Down

0 comments on commit d86c7c2

Please sign in to comment.