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

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and srevinsaju committed Sep 24, 2020
1 parent 7e2c1da commit 907beef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion releaser
Expand Up @@ -31,7 +31,7 @@ CONSOLE_SCRIPTS = {
}

DESKTOP_FILE = \
"""[Desktop Entry]
"""[Desktop Entry]
Version={v}
Name=guiscrcpy
GenericName=guiscrcpy
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -43,9 +43,9 @@
requirements.extend(['psutil', 'cairosvg'])

data_files = [
('share/applications', ['guiscrcpy.desktop']),
('share/icons/hicolor/scalable/apps', ['appimage/guiscrcpy.png']),
]
('share/applications', ['guiscrcpy.desktop']),
('share/icons/hicolor/scalable/apps', ['appimage/guiscrcpy.png']),
]

setup(
name="guiscrcpy",
Expand Down

0 comments on commit 907beef

Please sign in to comment.