Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Jun 10, 2023
1 parent f123f1c commit d21b8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iconim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var Icon*: IconManager # a singleton of IconManager
proc initSingleton(source, default: string) =
Icon = IconManager()
var i = 0
let src = absolutePath(normalizedPath(source))
let src = source
Icon.source = src
Icon.libs = libsTable()
for libDir in walkDir(src):
Expand Down

0 comments on commit d21b8b6

Please sign in to comment.