Skip to content

Commit

Permalink
Include license.txt in zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ediamin committed Nov 16, 2024
1 parent 4fe7d13 commit eefa522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "ediamin/css-class-manager",
"version": "1.1.0",
"description": "An advanced autocomplete additional css class control for your blocks.",
"type": "wordpress-plugin",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion zip.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
shell_exec( 'cp -r languages build/languages' );
shell_exec( 'cp css-class-manager.php build' );
shell_exec( 'cp index.php build' );
shell_exec( 'cp LICENSE build' );
shell_exec( 'cp license.txt build' );
shell_exec( 'cp readme.txt build' );

// WP CLI commands to read composer.json, remove `repositories`, `require-dev`
Expand Down

0 comments on commit eefa522

Please sign in to comment.