mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-02 04:11:23 +00:00
ddb52aa244
The generated file_list.xml needs to specify the path of the main binary and the name of the updater binary to download. Change the format of the JSON config file to allow these paths to be specified there. * Update create-packages.rb to add the <is-main-binary> attribute to the appropriate entry in file_list.xml * Modify the sample config file * Improve documentation in create-packages.rb
11 lines
107 B
JSON
11 lines
107 B
JSON
{
|
|
"packages" : {
|
|
"app" : [
|
|
".*"
|
|
]
|
|
},
|
|
|
|
"updater-binary" : "updater",
|
|
|
|
"main-binary" : "myapp"
|
|
}
|