mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add plugins folder.
This commit is contained in:
parent
b7926c335e
commit
d08829493a
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,3 +7,6 @@ runtime/fonts/*
|
|||||||
|
|
||||||
runtime/icon-theme/*
|
runtime/icon-theme/*
|
||||||
!runtime/icon-theme/.gitkeep
|
!runtime/icon-theme/.gitkeep
|
||||||
|
|
||||||
|
plugins/*
|
||||||
|
!plugins/.gitkeep
|
||||||
|
5
build
5
build
@ -64,6 +64,11 @@ rm -f bin/plugins/*
|
|||||||
#
|
#
|
||||||
# build plugins
|
# build plugins
|
||||||
for plugPath in ./plugins/*; do
|
for plugPath in ./plugins/*; do
|
||||||
|
if [ ! -d $plugPath ];
|
||||||
|
then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
pushd $plugPath
|
pushd $plugPath
|
||||||
|
|
||||||
echo "Building plugin: $plugPath"
|
echo "Building plugin: $plugPath"
|
||||||
|
0
plugins/.gitkeep
Normal file
0
plugins/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user