Skip to content

Commit

Permalink
Fix bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Apr 2, 2024
1 parent 6ff73e7 commit 73ada84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ foreach link : links
foreach size: sizes
meson.add_install_script(
symlink,
'--src', icon_dir / 'mimes' / size / link[0] + '.svg',
'--dest', icon_dir / 'mimes' / size / link[1] + '.svg'
'--src', icon_dir / 'apps' / size / link[0] + '.svg',
'--dest', icon_dir / 'apps' / size / link[1] + '.svg'
)
endforeach
endforeach

0 comments on commit 73ada84

Please sign in to comment.