Skip to content

Commit 9db72fc

Browse files
committed
🐛 fix: The closing comma (}) was missing from the package() function.
1 parent f689c86 commit 9db72fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgbuild/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ package() {
5050
"${pkgdir}/usr/bin/big-webapps-gui"
5151
install -Dm755 "${srcdir}/${pkgname}/target/release/big-webapps-viewer" \
5252
"${pkgdir}/usr/bin/big-webapps-viewer"
53+
}

0 commit comments

Comments
 (0)