Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullbock committed Apr 3, 2020
1 parent e66d4e1 commit 05d03d6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ build/packages/*
!build/pkg_joomlacommands.xml
node_modules
package-lock.json
.DS_Store
13 changes: 11 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Remove old files
rm -f build/packages/*.zip
rm -f build/*.zip

# Zip Plugin
cd plugins/console/printconfig
zip -q ../../../build/packages/plg_console_printconfig.zip ./*
zip -qr ../../../build/packages/plg_console_printconfig.zip ./*

# Zip Bin Files
cd ../../../
zip -q build/packages/bin_joomlacommands.zip bin/*
zip -qr build/packages/bin_joomlacommands.zip bin/*

# Zip Library
cd libraries/joomla-commands
zip -qr ../../build/packages/library_joomlacommands.zip vendor/* joomla-commands.xml
cd ../../

cd build

Expand Down
4 changes: 2 additions & 2 deletions build/pkg_joomlacommands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<name>Joomla Commands</name>
<description>Symfony Console Commands in Joomla!</description>
<author>Hello World Package Team</author>
<version>1.0.0</version>
<version>1.1.0</version>
<packagename>joomlacommands</packagename>
<creationDate>April 2020</creationDate>
<version>1.0.0</version>
<url>https://github.com/Weble/JoomlaCommands</url>
<packager>Weble Srl</packager>
<packagerurl>https://www.weble.it</packagerurl>
<files folder="packages">
<file type="plugin" id="console" group="console">plg_console_printconfig.zip</file>
<file type="file" id="bin">bin_joomlacommands.zip</file>
<file type="library" id="library">library_joomlacommands.zip</file>
</files>
</extension>

0 comments on commit 05d03d6

Please sign in to comment.