Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lilkidsuave authored Feb 15, 2024
1 parent 3fdbb44 commit 704a90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for (const file of servapps) {
}
//RunTipi Format
const ThirdIconSource = `https://lilkidsuave.github.io/asteroidsinthecosmos/servapps/${file}/metadata/logo.jpg`;
if (fs.existsSync(`./servapps/${file}/logo.jpg`)) {
if (fs.existsSync(`./servapps/${file}/metadata/logo.jpg`)) {
servapp.icon = ThirdIconSource;
}
//Common Format,used by most
Expand Down

0 comments on commit 704a90b

Please sign in to comment.