Skip to content

Commit 98a8269

Browse files
committed
Fix appdata location
Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
1 parent 052b3a3 commit 98a8269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def initialize_options(self):
199199
# desktop shortcut
200200
(os.path.join('share', 'applications'), ['data/bpython.desktop']),
201201
# AppData
202-
(os.path.join('share', 'appdata'), ['data/bpython.appdata.xml']),
202+
(os.path.join('share', 'appinfo'), ['data/bpython.appdata.xml']),
203203
# icon
204204
(os.path.join('share', 'pixmaps'), ['data/bpython.png'])
205205
]

0 commit comments

Comments
 (0)