veloren: move icon to spec-compliant location
This commit is contained in:
@@ -110,7 +110,7 @@ rustPlatform.buildRustPackage {
|
||||
postInstall = ''
|
||||
# Icons
|
||||
install -Dm644 assets/voxygen/net.veloren.veloren.desktop -t "$out/share/applications"
|
||||
install -Dm644 assets/voxygen/net.veloren.veloren.png -t "$out/share/pixmaps"
|
||||
install -Dm644 assets/voxygen/net.veloren.veloren.png -t "$out/share/icons/hicolor/256x256/apps"
|
||||
install -Dm644 assets/voxygen/net.veloren.veloren.metainfo.xml -t "$out/share/metainfo"
|
||||
# Assets directory
|
||||
mkdir -p "$out/share/veloren"; cp -ar assets "$out/share/veloren/"
|
||||
|
||||
Reference in New Issue
Block a user