Skip to content

(Linux only) No longer necessary to git clone the submodules #39

@SlySven

Description

@SlySven

In installers/generic-linux/build-and-make-installer.sh on line 20:

git clone --recursive https://github.com/Mudlet/Mudlet.git source

no longer needs to be recursive to pull in all the submodules as that is now handled in the CMake/QMake project files which only pull in the sub-modules needed for each platform.

I believe the line should be changed to:

git clone https://github.com/Mudlet/Mudlet.git source

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions