Skip to content

Commit

Permalink
.exe file icon (Fixes #53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jan 13, 2023
1 parent 7040b90 commit 9ed233c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/icons/files/exe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,12 @@
"babel": { "iconPath": "./icons/files/babel.svg" },
"laravel": { "iconPath": "./icons/files/laravel.svg" },
"proto": { "iconPath": "./icons/files/proto.svg" },
"zig": { "iconPath": "./icons/files/zig.svg" }
"zig": { "iconPath": "./icons/files/zig.svg" },
"exe": { "iconPath": "./icons/files/exe.svg" }
},
"fileExtensions": {
"exe": "exe",
"msi": "exe",
"zig": "zig",
"proto": "proto",
"test.js": "js-test",
Expand Down

0 comments on commit 9ed233c

Please sign in to comment.