Various changes #1
4
devloop
4
devloop
@@ -11,6 +11,10 @@ if [[ ! -d "${WOW_ADDON_DIR}" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Initial build / install
|
||||||
|
make -s build
|
||||||
|
rsync -q -a ./build/OmicronFrames "${WOW_ADDON_DIR}/" --delete
|
||||||
|
|
||||||
# Every time the source or texture directory tree is changed, wait 1 second and
|
# Every time the source or texture directory tree is changed, wait 1 second and
|
||||||
# build the addon, then install it to the directory passed on the command line
|
# build the addon, then install it to the directory passed on the command line
|
||||||
while true; do
|
while true; do
|
||||||
|
Reference in New Issue
Block a user