LaserWeb / LaserWeb4-Binaries

Installers for LaserWeb4
GNU Affero General Public License v3.0
307 stars 57 forks source link

v4.0.996-134 DMG release #20

Open tomcosk opened 5 years ago

tomcosk commented 5 years ago

Where can I find release for MAC? Thank you

ukadyp commented 5 years ago

Hi i am looking for the same thing myself can not seem to find it in the last few updates done no if someone forgot to upload that part

dmyers7 commented 5 years ago

Here too. Run it on a MacMini in my shop along with a Raspberry Pi server on my laser and love it; but the latest versions are not compiled / packaged for OSX. Thanks for your time to create it :-)

unixwizard107 commented 5 years ago

FWIW: I just tried to build from the 134 sources and it failed on my MBP which is pretty much stock Mojave (10.14.3). When I tried to build 130 from src it trucks along and actually says something like:

BUILDING Laserweb v4.0.996-135 Warning: description is missed in the package.json (/Volumes/Support/src/Laserweb4/LaserWeb4-Binaries-4.0.996-130/package.json) Rebuilding native production dependencies for darwin:x64 Packaging for darwin x64 using electron 1.8.7 to dist/mac Warning: App is not signed: cannot find valid "Developer ID Application" identity or custom non-Apple code signing certificate, see https://github.com/electron-userland/electron-builder/wiki/Code-Signing Building macOS zip Building DMG

I've been letting it run for a bit. And doing other things, but it does not seem like its doing much. There is a process called hdiutil(8) running a 'create' using files some the directory I created to do the build. It's crewed up 12 minutes of cpu time, which is a tad worriesome.

lucalcin commented 5 years ago

WHERE IS THE OSX RELEASE?

turboooooo commented 5 years ago

Also, the frontend won't start (opens a blank window). I believe it is because the auto-updater looks for an outdated URL..the following output is from terminal:

Unhandled rejection HttpError: 404 Not Found
"method: undefined url: https://github.com/Laserweb/LaserWeb-binaries/releases.atom\n\nPlease double check that your authentication token is correct. Due to security reasons actual status maybe not reported, but 404.\n"
gtu78aed87t commented 4 years ago

I found a solution to get the dmg from the site.

  1. I opened downloads https://github.com/LaserWeb/LaserWeb4-Binaries/releases
  2. I opened the source code by pressing "⌘U" (my web browser is 'Opera' by the way)
  3. I seached for "dmg" by pressing "⌘F"
  4. I found the top link and clicked it. The link was this: /LaserWeb/LaserWeb4-Binaries/releases/download/untagged-4818330b6baa8213d4a7/laserweb-builder-v4.0.996-130-x86_64.AppImage

I hope this is helpful.

rogiervanderheide commented 4 years ago

Just go (again) to the link https://github.com/LaserWeb/LaserWeb4-Binaries/releases that @fredevik has provided, scroll down to untagged-4818330b6baa8213d4a7 and click on the little triangle to unfold the assets. Bingo.

tomcosk commented 4 years ago

Just go (again) to the link https://github.com/LaserWeb/LaserWeb4-Binaries/releases that @fredevik has provided, scroll down to untagged-4818330b6baa8213d4a7 and click on the little triangle to unfold the assets. Bingo.

Please, read carefully the subject of this issue. This issue is about release for v4.0.996-134 . The one you are pointing to is older, from Jun 2018. If there is anyone who is able to compile it, please do it, or let me know how to do it. I never used electron to wrap web apps to natives one. I tried it for a while but with no success.