nedrysoft / regex101

A cross platform (macOS, Linux & Windows) unofficial "offline" version of the regex101.com website. Uses the users own database (any qt supported backend - sqlite, mysql, postgresql etc) to store expressions.
200 stars 36 forks source link

AppImage release doesn't exist #4

Open 0A7V9A opened 3 years ago

burak-yildizoz commented 2 years ago

I have successfully built it on Ubuntu with the small change in #5. You need to install qtwebengine5-dev for development.

I couldn't use deploy.py though. That file needs configurations for Ubuntu. Executable is created in bin/x86_64/Regular Expressions 101 unlike Windows, which creates in bin/x86_64/Release/Regular Expressions 101. You need to provide curlbin and qtdir manually, etc.

You don't need to deploy, binary works well.

fizzyade commented 2 years ago

Thanks. I'll fix the binary output folder when I can.

smarteist commented 2 years ago

Deploy script checks everything with errors in linux, i think because its written in python2.

fizzyade commented 2 years ago

Deploy script checks everything with errors in linux, i think because its written in python2.

The deployment script is written in Python 3, I have never written any Python 2 code.

I need to update the web app to the latest version as the original author has made a load of changes, I also need to back port the deployment script from pingnoo as that is now way ahead of what is here's

Unfortunately I am (continuing to) having a load of health issues that limit what I'm able to do, it is impacting all aspects of my life.

binlab commented 2 years ago

@fizzyade @burak-yildizoz The application was built successfully on Linux, but when starting a binary just closes without errors after 1-2sec. Any ideas what a problem?

brunoais commented 10 months ago

Where's the appimage?