[refactor] change name app name to teleport

This commit is contained in:
Julian Sparber
2017-10-02 14:38:17 +02:00
parent 56835864e6
commit cfe4793b0a
10 changed files with 62 additions and 64 deletions

View File

@@ -11,6 +11,6 @@ icon_sizes = [
foreach icon_size: icon_sizes
install_subdir(
'hicolor/' + icon_size,
install_dir: join_paths(teleportapp_datadir, 'icons', 'hicolor')
install_dir: join_paths(teleport_datadir, 'icons', 'hicolor')
)
endforeach