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:
Romain Vimont
2022-02-20 17:56:50 +01:00
parent d9bc5082ab
commit 36c75e15b8
9 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
#include <winuser.h>
0 ICON "../data/icon.ico"
0 ICON "data/icon.ico"
1 RT_MANIFEST "scrcpy-windows.manifest"
2 VERSIONINFO
BEGIN