Skip to content

Commit

Permalink
fix: Broken Drifty CLI download link in website
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Oct 22, 2023
1 parent 398720d commit e0b4d96
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 43 deletions.
5 changes: 0 additions & 5 deletions Website/.idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions Website/.idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions Website/.idea/jsLibraryMappings.xml

This file was deleted.

25 changes: 0 additions & 25 deletions Website/.idea/jsonSchemas.xml

This file was deleted.

2 changes: 1 addition & 1 deletion Website/app/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import html from "remark-html";

function downloadLatestRelease(OSName, applicationType) {
if (applicationType === "CLI") {
if (OSName === "Windows") {
if (OSName === "Windows exe") {
window.open(
"https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty-CLI.exe"
);
Expand Down

1 comment on commit e0b4d96

@vercel
Copy link

@vercel vercel bot commented on e0b4d96 Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.