Skip to content

Commit

Permalink
Updated PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
harshau007 committed Jun 4, 2024
1 parent 1f0040e commit 1822742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified LinuxBuild/alg-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions PKGBUILD/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ sha256sums=('562fb645e30c1cf9482ec34c332f4e994a619b5eff51bb3cade39082aed4a3c5')
package() {
tar -xf "$srcdir/"${pkgname}".tar.gz" -C "$pkgdir/"

install -Dm644 "$srcdir/"${pkgname}"/build/bin/alg-logo.png" "$pkgdir/usr/share/pixmaps/alg-logo.png"
install -Dm644 "$srcdir/"${pkgname}"/LinuxBuild/alg-logo.png" "$pkgdir/usr/share/pixmaps/alg-logo.png"

install -Dm755 "$srcdir/"${pkgname}"/build/bin/alg-welcome.desktop" "$pkgdir/usr/share/applications/alg-welcome.desktop"
install -Dm755 "$srcdir/"${pkgname}"/LinuxBuild/alg-welcome.desktop" "$pkgdir/usr/share/applications/alg-welcome.desktop"

install -Dm755 "$srcdir/"${pkgname}"/build/bin/welcome" "$pkgdir/usr/bin/welcome"
}

0 comments on commit 1822742

Please sign in to comment.