You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently when i reopen a production build it doesnt install the new version
How to reproduce the bug
just run php artisan native:publish everything works fine and uploaded sucesfully on digital ocean . but once i close and reopen the app nothing installed
What were you trying to do?
each time i reopen the app i always get this notification and nothing is installed . i believe maybe it's this bug electron-userland/electron-builder#8795
What happened?
currently when i reopen a production build it doesnt install the new version
How to reproduce the bug
just run php artisan native:publish everything works fine and uploaded sucesfully on digital ocean . but once i close and reopen the app nothing installed
Debug Output
{
"Environment": {
"PHP": {
"Version": "8.3.20",
"Path": "/Users/amaelftah/Library/Application Support/Herd/bin/php83"
},
"Laravel": {
"Version": "12.10.2",
"ConfigCached": false,
"DebugEnabled": true
},
"Node": {
"Version": "v23.11.0",
"Path": "/opt/homebrew/bin/node"
},
"NPM": {
"Version": "10.9.2",
"Path": "/opt/homebrew/bin/npm"
},
"OperatingSystem": "Darwin"
},
"NativePHP": {
"Versions": {
"nativephp/electron": "1.0.0.0",
"nativephp/laravel": "1.0.0.0",
"nativephp/php-bin": "1.0.1.0"
},
"Configuration": {
"Provider": "App\Providers\NativeAppServiceProvider",
"BuildHooks": {
"Pre": [],
"Post": []
},
"NotarizationEnabled": true,
"CustomPHPBinary": false
}
}
}
Which operating systems have you seen this occur on?
macOS
Notes
a solution i have found is this comment . by manually clicking the app icon from applications
electron-userland/electron-builder#8795 (comment)
The text was updated successfully, but these errors were encountered: