Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The release doesn't have a dmg file as mentioned in the readme #3

Open
aparnakesarkar opened this issue Feb 26, 2021 · 10 comments
Open

Comments

@aparnakesarkar
Copy link

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

@fizzyade
Copy link
Member

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.

@fizzyade
Copy link
Member

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

@maandagdev
Copy link

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?

@fizzyade
Copy link
Member

fizzyade commented Mar 8, 2021

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

@maandagdev
Copy link

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!

@HiramTheHero
Copy link

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

@secahtah
Copy link

secahtah commented Sep 2, 2022

Do you have the dmg file for the Mac?

@JuiceSolution
Copy link

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

@houchaowei
Copy link

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

@houchaowei
Copy link

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
│   ├── dmg_background@1x.tiff
│   ├── dmg_background@2x.tiff
│   ├── dmgbuild_config.py
│   ├── icon.afdesign
│   ├── icon.ico
│   ├── noun_Settings_716654.png
│   ├── noun_database_2757856.png
│   ├── regex101.icns
│   ├── regex101.iconset
│   │   ├── icon_1024x1024.png
│   │   ├── icon_1024x1024@2x.png
│   │   ├── icon_128x128.png
│   │   ├── icon_128x128@2x.png
│   │   ├── icon_16x16.png
│   │   ├── icon_16x16@2x.png
│   │   ├── icon_20x20.png
│   │   ├── icon_20x20@2x.png
│   │   ├── icon_24x24.png
│   │   ├── icon_24x24@2x.png
│   │   ├── icon_256x256.png
│   │   ├── icon_256x256@2x.png
│   │   ├── icon_32x32.png
│   │   ├── icon_32x32@2x.png
│   │   ├── icon_40x40.png
│   │   ├── icon_40x40@2x.png
│   │   ├── icon_48x48.png
│   │   ├── icon_48x48@2x.png
│   │   ├── icon_512x512.png
│   │   ├── icon_512x512@2x.png
│   │   ├── icon_64x64.png
│   │   ├── icon_64x64@2x.png
│   │   ├── icon_96x96.png
│   │   └── icon_96x96@2x.png
│   ├── splash_620x375.png
│   ├── splash_620x375@2x.png
│   └── 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants