Add a subdirectory of icons for Linux builds (#3006)
This commit is contained in:
parent
e1bb198eae
commit
e9d1e8c95b
2 changed files with 4 additions and 0 deletions
|
@ -11,4 +11,8 @@ mkdir "$REV_NAME"
|
|||
cp build/src/citra/citra "$REV_NAME"
|
||||
cp build/src/citra_qt/citra-qt "$REV_NAME"
|
||||
|
||||
# We need icons on Linux for .desktop entries
|
||||
mkdir "$REV_NAME/dist"
|
||||
cp dist/icon.png "$REV_NAME/dist/citra.png"
|
||||
|
||||
. .travis/common/post-upload.sh
|
||||
|
|
BIN
dist/icon.png
vendored
Normal file
BIN
dist/icon.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in a new issue