Coder Social home page Coder Social logo

Comments (10)

fizzyade avatar fizzyade commented on May 23, 2024

Also the repo https://github.com/fizzyade/macdeployqtfix.git is not available. Can you help?

Yes. Sorry, I never got around to sorting the installers, oddly somebody asked for a Windows one yesterday so I made changes to the deployment script. I will build the DMG and post it here.

from regex101.

fizzyade avatar fizzyade commented on May 23, 2024

it's got moved to https://github.com/nedrysoft/macdeployqtfix

from regex101.

maandagdev avatar maandagdev commented on May 23, 2024

Also the repo https://github.com/fizzyade/macdeployqtfix.git is not available. Can you help?

Yes. Sorry, I never got around to sorting the installers, oddly somebody asked for a Windows one yesterday so I made changes to the deployment script. I will build the DMG and post it here.

Did you have time to sort out the OSX installer?

from regex101.

fizzyade avatar fizzyade commented on May 23, 2024

I'm really sorry, but I'm feeling unwell at the moment, I will try to sort this as soon as is possible.

from regex101.

maandagdev avatar maandagdev commented on May 23, 2024

I'm really sorry, but I'm feeling unwell at the moment, I will try to sort this as soon as is possible.

No need to apologize, get well soon!

from regex101.

HiramTheHero avatar HiramTheHero commented on May 23, 2024

Any news on the dmg file? I am having a hard time finding it.

from regex101.

secahtah avatar secahtah commented on May 23, 2024

Do you have the dmg file for the Mac?

from regex101.

JuiceSolution avatar JuiceSolution commented on May 23, 2024

so , regex101 was shown to me at work , and it changed my life. If your willing to still make the dmg , it would be most appreciated. I would do it myself but lack the skill for now. Thanks for making the project

from regex101.

houchaowei avatar houchaowei commented on May 23, 2024

I can't find the dmg file either, how do I use it on my mac? Please guide me

from regex101.

houchaowei avatar houchaowei commented on May 23, 2024

I can't find the dmg file either, how do I use it on my mac? Please guide me

This is the file directory after downloading the release package:

├── CMakeLists.txt
├── Cloner.cpp
├── Cloner.h
├── DatabaseSettingsPage.cpp
├── DatabaseSettingsPage.h
├── DatabaseSettingsPage.ui
├── GeneralSettingsPage.cpp
├── GeneralSettingsPage.h
├── GeneralSettingsPage.ui
├── ISettingsPage.h
├── Info.plist.in
├── MacHelper.h
├── MacHelper.mm
├── MainWindow.cpp
├── MainWindow.h
├── MainWindow.ui
├── README.md
├── RegExAboutDialog.cpp
├── RegExAboutDialog.h
├── RegExAboutDialog.ui
├── RegExApiEndpoint.cpp
├── RegExApiEndpoint.h
├── RegExDatabase.cpp
├── RegExDatabase.h
├── RegExNullWebEnginePage.cpp
├── RegExNullWebEnginePage.h
├── RegExSplashScreen.cpp
├── RegExSplashScreen.h
├── RegExUrlRequestInterceptor.cpp
├── RegExUrlRequestInterceptor.h
├── RegExUrlSchemeHandler.cpp
├── RegExUrlSchemeHandler.h
├── RegExWebEnginePage.cpp
├── RegExWebEnginePage.h
├── RegExWebEngineProfile.cpp
├── RegExWebEngineProfile.h
├── SettingsDialog.cpp
├── SettingsDialog.h
├── TransparentWidget.cpp
├── TransparentWidget.h
├── assets
│   ├── Gianni-Polito-Colobrush-System-database.icns
│   ├── Open_Sans
│   │   ├── LICENSE.txt
│   │   ├── OpenSans-Bold.ttf
│   │   ├── OpenSans-BoldItalic.ttf
│   │   ├── OpenSans-ExtraBold.ttf
│   │   ├── OpenSans-ExtraBoldItalic.ttf
│   │   ├── OpenSans-Italic.ttf
│   │   ├── OpenSans-Light.ttf
│   │   ├── OpenSans-LightItalic.ttf
│   │   ├── OpenSans-Regular.ttf
│   │   ├── OpenSans-SemiBold.ttf
│   │   └── OpenSans-SemiBoldItalic.ttf
│   ├── dmg_background.afdesign
│   ├── [email protected]
│   ├── [email protected]
│   ├── dmgbuild_config.py
│   ├── icon.afdesign
│   ├── icon.ico
│   ├── noun_Settings_716654.png
│   ├── noun_database_2757856.png
│   ├── regex101.icns
│   ├── regex101.iconset
│   │   ├── icon_1024x1024.png
│   │   ├── [email protected]
│   │   ├── icon_128x128.png
│   │   ├── [email protected]
│   │   ├── icon_16x16.png
│   │   ├── [email protected]
│   │   ├── icon_20x20.png
│   │   ├── [email protected]
│   │   ├── icon_24x24.png
│   │   ├── [email protected]
│   │   ├── icon_256x256.png
│   │   ├── [email protected]
│   │   ├── icon_32x32.png
│   │   ├── [email protected]
│   │   ├── icon_40x40.png
│   │   ├── [email protected]
│   │   ├── icon_48x48.png
│   │   ├── [email protected]
│   │   ├── icon_512x512.png
│   │   ├── [email protected]
│   │   ├── icon_64x64.png
│   │   ├── [email protected]
│   │   ├── icon_96x96.png
│   │   └── [email protected]
│   ├── splash_620x375.png
│   ├── [email protected]
│   └── splashscreen.afdesign
├── deploy.py
├── installer
│   ├── AppRun
│   ├── Regular\ Expressions\ 101.aip
│   ├── Regular\ Expressions\ 101.desktop
│   ├── Regular\ Expressions\ 101.png
│   ├── appicon.png
│   └── large-app-icon.jpg
├── main.cpp
├── opensans.qrc
├── regex101
│   ├── index.html
│   ├── js
│   │   ├── javascript.regex101.js
│   │   ├── pcre.regex101.js
│   │   └── pcrelib16.js
│   ├── qwebchannel.js
│   ├── regexbridge.js
│   ├── robots.txt
│   ├── sql
│   │   ├── createDatabase.sql
│   │   ├── deleteFavorite.sql
│   │   ├── deleteTags.sql
│   │   ├── getItemDetails.sql
│   │   ├── getLibraryItems.sql
│   │   ├── getStoredExpression.sql
│   │   ├── getUserDetails.sql
│   │   ├── insertExpression.sql
│   │   ├── insertFirstVersion.sql
│   │   ├── insertNewVersion.sql
│   │   ├── insertTag.sql
│   │   ├── setFavorite.sql
│   │   ├── updateTitle.sql
│   │   └── uploadToLibrary.sql
│   └── static
│       ├── apple-icon-144x144.png
│       ├── assets
│       │   ├── android-icon-192x192.png
│       │   ├── apple-icon-114x114.png
│       │   ├── apple-icon-120x120.png
│       │   ├── apple-icon-144x144.png
│       │   ├── apple-icon-152x152.png
│       │   ├── apple-icon-180x180.png
│       │   ├── apple-icon-57x57.png
│       │   ├── apple-icon-60x60.png
│       │   ├── apple-icon-72x72.png
│       │   ├── apple-icon-76x76.png
│       │   ├── favicon-16x16.png
│       │   ├── favicon-32x32.png
│       │   ├── favicon-96x96.png
│       │   ├── favicon.ico
│       │   ├── fontello.096a1de6.woff
│       │   ├── fontello.15ac8b5c.eot
│       │   ├── fontello.64fa4a86.ttf
│       │   ├── fontello.6e2bb27d.woff2
│       │   ├── fontello.84a9c2f9.svg
│       │   ├── manifest.webmanifest
│       │   ├── open-sans-v13-latin-300.0d0d7107.woff
│       │   ├── open-sans-v13-latin-300.bc5457c1.woff2
│       │   ├── open-sans-v13-latin-700.72862e7c.woff
│       │   ├── open-sans-v13-latin-700.73437ad4.woff2
│       │   ├── open-sans-v13-latin-italic.2868c329.woff2
│       │   ├── open-sans-v13-latin-italic.8a81b690.woff
│       │   ├── open-sans-v13-latin-regular.ce659615.woff
│       │   └── open-sans-v13-latin-regular.e64cab16.woff2
│       ├── bundle.6ae25e0ea8e7f56f6582.css
│       ├── bundle.js
│       ├── golangWorker.js
│       ├── javascriptWorker.js
│       ├── manifest.json
│       ├── pcreWorker.js
│       ├── pcrelib.js
│       ├── sw.js
│       ├── translations
│       │   └── english.json
│       └── vendor.8a69aba5.chunk.js
└── regex101.qrc

from regex101.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.