mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Improvements for #119
This commit is contained in:
parent
d8df978732
commit
c8a28a7f95
3 changed files with 7 additions and 21 deletions
14
release.php
14
release.php
|
|
@ -85,13 +85,6 @@ if (!$gulp) {
|
|||
exit('gulp not installed, run as root: npm install --global gulp-cli');
|
||||
}
|
||||
|
||||
/*
|
||||
$rollup = trim(`which rollup`);
|
||||
if (!$rollup) {
|
||||
exit('rollup not installed, run as root: npm install --global rollup');
|
||||
}
|
||||
*/
|
||||
|
||||
// Arch User Repository
|
||||
// https://aur.archlinux.org/packages/snappymail/
|
||||
$options['aur'] = isset($options['aur']);
|
||||
|
|
@ -125,13 +118,6 @@ if ($return_var) {
|
|||
exit("gulp failed with error code {$return_var}\n");
|
||||
}
|
||||
|
||||
/*
|
||||
passthru("{$rollup} -c", $return_var);
|
||||
if ($return_var) {
|
||||
exit("rollup failed with error code {$return_var}\n");
|
||||
}
|
||||
*/
|
||||
|
||||
$cmddir = escapeshellcmd(__DIR__) . '/snappymail/v/0.0.0/static';
|
||||
|
||||
if ($gzip = trim(`which gzip`)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue