mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 10:26:22 +02:00
add plugins folder.
This commit is contained in:
parent
b7926c335e
commit
d08829493a
3 changed files with 8 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,3 +7,6 @@ runtime/fonts/*
|
|||
|
||||
runtime/icon-theme/*
|
||||
!runtime/icon-theme/.gitkeep
|
||||
|
||||
plugins/*
|
||||
!plugins/.gitkeep
|
||||
|
|
5
build
5
build
|
@ -64,6 +64,11 @@ rm -f bin/plugins/*
|
|||
#
|
||||
# build plugins
|
||||
for plugPath in ./plugins/*; do
|
||||
if [ ! -d $plugPath ];
|
||||
then
|
||||
continue
|
||||
fi
|
||||
|
||||
pushd $plugPath
|
||||
|
||||
echo "Building plugin: $plugPath"
|
||||
|
|
0
plugins/.gitkeep
Normal file
0
plugins/.gitkeep
Normal file
Loading…
Add table
Reference in a new issue