Skip to content

Commit

Permalink
lowercase rustdesk name in file name
Browse files Browse the repository at this point in the history
  • Loading branch information
v0tti committed Feb 19, 2024
1 parent a3bdd17 commit a692485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>Result:</h2>
.replace(/\//g, '_')
.replace(/=+$/, '');
var reversedString = base64Encoded.split('').reverse().join('');
var filename = `RustDesk--${reversedString}--.exe`;
var filename = `rustdesk--${reversedString}--.exe`;
document.getElementById('result').value = filename;
}

Expand Down

0 comments on commit a692485

Please sign in to comment.