diff options
author | claudemods | 2025-02-20 13:17:17 +0000 |
---|---|---|
committer | claudemods | 2025-02-20 13:17:17 +0000 |
commit | 48fe3fd59b8c8f19b897a02d43fae12ba1062373 (patch) | |
tree | 72af3050856ae4a3c05752cc084afc2e0e5e8bb5 /PKGBUILD | |
parent | 5af3a74d331b325d3e8fe23ef81d42e34add03cc (diff) | |
download | aur-apexisocreatorgui.tar.gz |
Fixes For PKGBUILD and .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,5 +29,5 @@ package() { install -Dm644 "apexisocreatorgui.desktop" "$pkgdir/usr/share/applications/apexisocreatorgui.desktop" # Install the custom icon to /usr/share/icons/hicolor/256x256/apps/ - install -Dm644 "pirate-ship.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/pirate-ship.png" + install -Dm644 "pirate-ship2.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/pirate-ship2.png" } |