Skip to content

Commit

Permalink
Merge pull request #1 from MarcinOrlowski/dev
Browse files Browse the repository at this point in the history
Bugfixes
  • Loading branch information
MarcinOrlowski authored Jan 5, 2022
2 parents 218a876 + cf70032 commit 606233d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
* v1.1.1 (2022-01-05)
* `meta.sh` now also creates targetd directory.

* v1.1.0 (2021-05-20)
* `release.sh` will look for optional `releases/` folder in plasmoid root to puch final archive into (if present).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ alias ometa "<TOOLS_DIR>/bin/meta.sh"

## License ##

* Written and copyrighted &copy;2020-2021 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
* Written and copyrighted &copy;2020-2022 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
* Plasmoid Tools is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

2 changes: 1 addition & 1 deletion bin/colors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# KDE Plasma Applets Developer Tools
#
# @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
# @copyright 2020-2021 Marcin Orlowski
# @copyright 2020-2022 Marcin Orlowski
# @license http://www.opensource.org/licenses/mit-license.php MIT
# @link https://github.com/MarcinOrlowski/plasmoid-tools
#
Expand Down
2 changes: 1 addition & 1 deletion bin/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# KDE Plasma Applets Developer Tools
#
# @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
# @copyright 2020-2021 Marcin Orlowski
# @copyright 2020-2022 Marcin Orlowski
# @license http://www.opensource.org/licenses/mit-license.php MIT
# @link https://github.com/MarcinOrlowski/plasmoid-tools
#
Expand Down
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# KDE Plasma Applets Developer Tools
#
# @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
# @copyright 2020-2021 Marcin Orlowski
# @copyright 2020-2022 Marcin Orlowski
# @license http://www.opensource.org/licenses/mit-license.php MIT
# @link https://github.com/MarcinOrlowski/plasmoid-tools
#
Expand Down
3 changes: 2 additions & 1 deletion bin/meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# KDE Plasma Applets Developer Tools
#
# @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
# @copyright 2020-2021 Marcin Orlowski
# @copyright 2020-2022 Marcin Orlowski
# @license http://www.opensource.org/licenses/mit-license.php MIT
# @link https://github.com/MarcinOrlowski/plasmoid-tools
#
Expand All @@ -17,6 +17,7 @@ declare -r ROOT_DIR="$(realpath "$(dirname "$(realpath "${0}")")/..")"
source "${ROOT_DIR}/bin/common.sh"

declare -r meta_file="${PLASMOID_ROOT}/contents/js/meta.js"
mkdir -p "$(dirname "${meta_file}")"
dumpMeta > "${meta_file}"

echo "Meta data file created: ${meta_file}"
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# KDE Plasma Applets Developer Tools
#
# @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
# @copyright 2020-2021 Marcin Orlowski
# @copyright 2020-2022 Marcin Orlowski
# @license http://www.opensource.org/licenses/mit-license.php MIT
# @link https://github.com/MarcinOrlowski/plasmoid-tools
#
Expand Down
2 changes: 1 addition & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# KDE Plasma Applets Developer Tools
#
# @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
# @copyright 2020-2021 Marcin Orlowski
# @copyright 2020-2022 Marcin Orlowski
# @license http://www.opensource.org/licenses/mit-license.php MIT
# @link https://github.com/MarcinOrlowski/plasmoid-tools
#
Expand Down

0 comments on commit 606233d

Please sign in to comment.