Package Details: realm-studio-bin 15.0.1-1

Git Clone URL: https://aur.archlinux.org/realm-studio-bin.git (read-only, click to copy)
Package Base: realm-studio-bin
Description: A tool, any developer or system administrator would use when building and maintaining their app built on the Realm Mobile Platform.
Upstream URL: https://realm.io/products/realm-studio/
Keywords: electron-app reactjs realm realm-js synchronization typescript
Licenses: Apache-2.0
Conflicts: realm-studio
Provides: realm-studio
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-07-04 05:03 (UTC)
Last Updated: 2024-04-24 04:32 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

zxp19821005 commented on 2024-04-06 06:52 (UTC)

@sotoleni Thanks for your feedback,fixed it.

sotoleni commented on 2024-04-05 06:56 (UTC)

Hi,

Could you fix the last line of the PKGBUILD file?

This is the line:

install -Dm644 "${srcdir}/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"

And fail to found the .desktop file, it need to be updated to:

install -Dm644 "${srcdir}/squashfs-root/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"

Thank you!