We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LICENSE
1 parent 11337e4 commit 39e35aaCopy full SHA for 39e35aa
build.sh
@@ -42,9 +42,13 @@ args+=(--output $phar)
42
# Set the legal banner file
43
args+=(--banner .banner)
44
45
+# Add license file
46
+args+=(--file LICENSE)
47
+
48
# Add archive metadata properties
49
args+=(--meta license:MIT)
50
args+=(--meta author:yannoff)
51
args+=(--meta copyright:yannoff)
52
53
+echo php -dphar.readonly=0 bin/compile.php "${args[@]}"
54
php -dphar.readonly=0 bin/compile.php "${args[@]}"
0 commit comments