Auto-update functionality #449 (#544)

* Convert tar to zip file for updater

* Add update section to maintenance
This commit is contained in:
Nabeel S
2020-02-10 12:39:59 -05:00
committed by GitHub
parent 90e1b3317d
commit 6b79ad7e58
7 changed files with 76 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ return [
'http' => [
'type' => 'http',
'repository_url' => 'http://downloads.phpvms.net',
'pkg_filename_format' => 'phpvms-v_VERSION_.zip',
'pkg_filename_format' => 'phpvms-_VERSION_.zip',
'download_path' => env('SELF_UPDATER_DOWNLOAD_PATH', '/tmp'),
'private_access_token' => env('SELF_UPDATER_HTTP_PRIVATE_ACCESS_TOKEN', ''),
],