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

gpt4all bespoke installers #3136

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

johnwparent
Copy link
Collaborator

@johnwparent johnwparent commented Oct 23, 2024

Adds initial support for bespoke platform specific installers, DragNDrop and InnoSetup on MacOS and Windows respectively.
This moves gpt4all away from reliance on the IFW framework installers.

DragNDrop produces a dmg, that on mounting, provides the user an interface to drag the gpt4all app bundle
into the application directory.

InnoSetup provides a traditional Windows installation wizard.

To insepct these new behaviors, simply run the gpt4all build and package process as normal, and depending on your platform, either a DragNDorp DMG or InnoSetup exectauble will be produce.
On MacOS simply mount or double click the DMG, on Windows, execute or double click the installer.

Describe your changes

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • I have added thorough documentation for my code.
  • I have tagged PR with relevant project labels. I acknowledge that a PR without labels may be dismissed.
  • If this PR addresses a bug, I have provided both a screenshot/video of the original bug and the working solution.

Demo

cc @manyoso

Steps to Reproduce

Notes

Adds initial support for bespoke platform specific
installers, DragNDrop and InnoSetup on MacOS and Windows
respectively.
This moves gpt4all away from reliance on the IFW framework
installers.

DragNDrop produces a dmg, that on mounting, provides the
user an interface to drag the gpt4all app bundle
into the application directory.

InnoSetup provides a traditional Windows installation wizard.

To insepct these new behaviors, simply run the gpt4all build
and package process as normal, and depending on your
platform, either a DragNDorp DMG or InnoSetup exectauble
will be produce.
On MacOS simply mount or double click the DMG, on Windows, execute
or double click the installer.

Signed-off-by: John Parent <[email protected]>
@johnwparent johnwparent marked this pull request as draft October 23, 2024 22:09
MacOS installer behavior finalized

Signed-off-by: John Parent <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant