Package Details: laradumps-bin 3.2.0-1

Git Clone URL: https://aur.archlinux.org/laradumps-bin.git (read-only, click to copy)
Package Base: laradumps-bin
Description: A friendly app designed to boost your Laravel PHP coding and debugging experience.
Upstream URL: https://laradumps.dev/
Keywords: debug electron laravel
Licenses: MIT
Conflicts: laradumps
Provides: laradumps
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-07-07 04:01 (UTC)
Last Updated: 2024-04-22 03:07 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

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

@travisghansen Thanks for your feedback,fixed it.

travisghansen commented on 2024-04-06 00:52 (UTC) (edited on 2024-04-06 00:53 (UTC) by travisghansen)

==> Validating source files with sha256sums...
    laradumps-3.0.2.AppImage ... FAILED
    LICENSE-3.0.2 ... Passed
    laradumps.sh ... Passed

zxp19821005 commented on 2024-01-08 01:30 (UTC)

@travisghansen Thanks for your feedback,fixed it.

travisghansen commented on 2024-01-06 23:41 (UTC)

This fails for me:

Error launching app
Unable to find Electron app at /usr/lib/laradumps/app

Cannot find module '/usr/lib/laradumps/app'
Require stack:
- /usr/lib/electron26/resources/default_app.asar/main.js

Did you intend this?

diff -u /usr/bin/laradumps ./laradumps 
--- /usr/bin/laradumps  2024-01-06 16:32:39.000000000 -0700
+++ ./laradumps 2024-01-06 16:39:55.362459238 -0700
@@ -4,11 +4,11 @@
 export PATH="${_APPDIR}:${PATH}"
 export ELECTRON_IS_DEV=0
 export LD_LIBRARY_PATH="${_APPDIR}/swiftshader:${_APPDIR}/lib:${LD_LIBRARY_PATH}"
-_ASAR="${_APPDIR}/app"
+_ASAR="${_APPDIR}/app.asar"
 if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
     cd "${_APPDIR}"
     exec electron26 "${_ASAR}" "$@"
 else
     cd "${_APPDIR}"
     exec electron26 "${_ASAR}" --no-sandbox "$@"
-fi
\ No newline at end of file
+fi