mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 09:03:48 +08:00
Generate core.json for #318
This commit is contained in:
parent
4a5f3b901d
commit
9ebffecd47
1 changed files with 6 additions and 0 deletions
|
@ -174,6 +174,12 @@ echo "{$zip_destination} created\n{$tar_destination} created\n";
|
|||
|
||||
rename("snappymail/v/{$package->version}", 'snappymail/v/0.0.0');
|
||||
|
||||
file_put_contents("{$destPath}core.json", '{
|
||||
"version": "'.$package->version.'",
|
||||
"file": "../latest.tar.gz",
|
||||
"warnings": []
|
||||
}');
|
||||
|
||||
// Arch User Repository
|
||||
if ($options['aur']) {
|
||||
// extension_loaded('blake2')
|
||||
|
|
Loading…
Reference in a new issue