Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Do not install fonts to share/fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 2, 2020
1 parent b558b50 commit a36dcde
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions releaser
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ elif platform.system() == 'Linux':
data_files = [
('share/applications', ['guiscrcpy.desktop']),
('share/icons/hicolor/scalable/apps', ['appimage/guiscrcpy.png']),
('share/fonts', [
'guiscrcpy/ui/fonts/NotoSans-Regular.ttf',
'guiscrcpy/ui/fonts/TitilliumWeb-Bold.ttf',
'guiscrcpy/ui/fonts/TitilliumWeb-Regular.ttf',
])
]
{DATA_FILE_MANIPULATE}
setup(
Expand Down

0 comments on commit a36dcde

Please sign in to comment.