Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.

Commit afe35f9

Browse files
committed
Fix phar building
1 parent 22df6b6 commit afe35f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<arg value="--basedir" />
133133
<arg path="${basedir}" />
134134
<arg path="${source}" />
135-
<arg path="${basedir}/conf" />
135+
<arg path="${basedir}/vendor/templado/engine/src" />
136136
</exec>
137137

138138
<chmod file="${basedir}/build/phar/templado-${version}.phar" perm="ugo+rx"/>

0 commit comments

Comments
 (0)