adjust script
This commit is contained in:
parent
a6b481c28d
commit
7464f436cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,5 +13,4 @@ extensions/fablabchemnitz/elliptical_cone_box/DebugEllConicBox.txt
|
|||||||
extensions/fablabchemnitz/path2flex/DebugPath2Flex.txt
|
extensions/fablabchemnitz/path2flex/DebugPath2Flex.txt
|
||||||
extensions/.pydevproject
|
extensions/.pydevproject
|
||||||
extensions/.settings/org.eclipse.core.resources.prefs
|
extensions/.settings/org.eclipse.core.resources.prefs
|
||||||
extensions/000_Inkscape_Gallery
|
|
||||||
venv/
|
venv/
|
||||||
|
@ -94,7 +94,7 @@ read -p "Build local gallery extension zip files?" -n 1 -r
|
|||||||
echo
|
echo
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||||
echo "Building Inkscape gallery extension zip files"
|
echo "Building Inkscape gallery extension zip files"
|
||||||
TARGETDIR="../000_Inkscape_Gallery"
|
TARGETDIR="../../../000_Inkscape_Gallery"
|
||||||
mkdir -p $TARGETDIR > /dev/null 2>&1
|
mkdir -p $TARGETDIR > /dev/null 2>&1
|
||||||
|
|
||||||
#show extensions which are in gallery
|
#show extensions which are in gallery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user