Skip to content

Adding autoupdate files even when updater is disabled #484

@JapSeyz

Description

@JapSeyz

What were you trying to do?

Hey,

Is it intentional that when running php artisan navtivescript:build linux, with the .env key NATIVEPHP_UPDATER_ENABLED=false (I also tried just hardcoding it to false in the config)

The build segment takes a significant amount of time to "add autoupdate files"?
Image

What happened?

I spent quite a long time adding "autoupdate files", even when the auto-update feature is disabled

How to reproduce the bug

Try to build for Linux with auto-update disabled

Package Versions

{
    "installed": [
        {
            "name": "nativephp/electron",
            "direct-dependency": true,
            "homepage": "https://github.com/nativephp/electron",
            "source": "https://github.com/NativePHP/electron/tree/0.8.7",
            "version": "0.8.7",
            "description": "Electron wrapper for the NativePHP framework.",
            "abandoned": false
        },
        {
            "name": "nativephp/laravel",
            "direct-dependency": false,
            "homepage": "https://github.com/nativephp/laravel",
            "source": "https://github.com/NativePHP/laravel/tree/0.7.0",
            "version": "0.7.0",
            "description": "Laravel wrapper for the NativePHP framework.",
            "abandoned": false
        },
        {
            "name": "nativephp/php-bin",
            "direct-dependency": false,
            "homepage": "https://nativephp.com",
            "source": "https://github.com/NativePHP/php-bin/tree/0.5.6",
            "version": "0.5.6",
            "description": "PHP binaries used by the NativePHP framework",
            "abandoned": false
        }
    ]
}

PHP Version

8.2.0

Laravel Version

v11.41.3

Node Version

22.9

Which operating systems have you seen this occur on?

macOS

OS version

Sequoia 15.1.1 (24B91)

Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions