Package Details: ocat-bin 20240004-2

Git Clone URL: https://aur.archlinux.org/ocat-bin.git (read-only, click to copy)
Package Base: ocat-bin
Description: OpenCore Auxiliary Tools is a GUI-based Configurator for editing config.plist files for Acidanthera's OpenCore Boot Manager.Prebuilt version.
Upstream URL: https://github.com/ic005k/OCAuxiliaryTools
Keywords: auxiliary opencore
Licenses: MIT
Conflicts: ocat
Provides: ocat
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-12-27 12:14 (UTC)
Last Updated: 2024-11-26 10:57 (UTC)

Dependencies (7)

Required by (0)

Sources (3)

Latest Comments

zxp19821005 commented on 2024-11-26 10:58 (UTC)

@KagurazakaNyaa Thank you for your suggestions, I have made the changes. Also, there were spelling errors in my script, which have been fixed.

KagurazakaNyaa commented on 2024-11-26 08:23 (UTC)

When LD_LIBRARY_PATH or QT_PLUGIN_PATH is not set, -u in https://aur.archlinux.org/cgit/aur.git/tree/ocat.sh?h=ocat-bin#n2 will cause startup failure. Consider changing it to set -eo pipefail?