mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-26 20:26:01 +00:00
Move data/ to app/
The files in data/ are specific to the client app (not the server).
This also avoids to reference the parent directory (../) from
app/meson.build.
Refs 8d583d36e2
This commit is contained in:
parent
d9bc5082ab
commit
36c75e15b8
9 changed files with 10 additions and 10 deletions
|
@ -224,7 +224,7 @@ executable('scrcpy', src,
|
|||
c_args: [])
|
||||
|
||||
install_man('scrcpy.1')
|
||||
install_data('../data/icon.png',
|
||||
install_data('data/icon.png',
|
||||
rename: 'scrcpy.png',
|
||||
install_dir: 'share/icons/hicolor/256x256/apps')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue