diff --git a/src/Config.php b/src/Config.php index 514b5b6..78f5265 100644 --- a/src/Config.php +++ b/src/Config.php @@ -318,6 +318,7 @@ public function getTemplate() { if ($this->isPharMode()) { if ($this->isStaticMode()) { $tplFile = 'staticphar.php.tpl'; + $tplType = '.'; } else { $tplFile = 'phar.php.tpl'; }