Merge pull request #161380 from thiagokokada/fix-pinta-exception

pinta: re-added missing runtime icons
This commit is contained in:
Thiago Kenji Okada 2022-02-22 16:14:54 +00:00 committed by GitHub
commit b314818898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,10 @@ buildDotnetModule rec {
# Rename the binary
mv "$out/bin/Pinta" "$out/bin/pinta"
# Copy runtime icons
mkdir -p $out/share/icons/hicolor/16x16/
cp -r Pinta.Resources/icons/hicolor/16x16/* $out/share/icons/hicolor/16x16/
# Install
dotnet build installer/linux/install.proj \
-target:Install \