Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Dec 21, 2024
1 parent 722c90d commit 71a7bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/utility/formatPack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default function formatPack(pack: string, size = "512") {
case "classic_faithful_64x_progart":
name = "Classic Faithful 64x Programmer Art";
iconURL += "cf64pa_logo.png";
break;
case "progart":
name = "Default Programmer Art";
// have to redefine since root directory is different
Expand Down

0 comments on commit 71a7bd8

Please sign in to comment.