Disable icon modifying

This commit is contained in:
gitlab_ly 2021-07-10 00:07:13 +02:00
parent d67dc8882a
commit 6b0d9d6140

View File

@ -15,10 +15,10 @@ conflicts=("blue-recorder")
source=("$pkgname::git+https://github.com/xlmnxp/blue-recorder.git") source=("$pkgname::git+https://github.com/xlmnxp/blue-recorder.git")
sha256sums=("SKIP") sha256sums=("SKIP")
prepare() { #prepare() {
cd $pkgname # cd $pkgname
sed -i 's+Icon=${SNAP}/meta/gui/blue-recorder.png+Icon=blue-recorder+g' data/blue-recorder.desktop # sed -i 's+Icon=${SNAP}/meta/gui/blue-recorder.png+Icon=blue-recorder+g' data/blue-recorder.desktop
} #}
build() build()
{ {