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/.pydevproject
|
||||
extensions/.settings/org.eclipse.core.resources.prefs
|
||||
extensions/000_Inkscape_Gallery
|
||||
venv/
|
||||
|
@ -94,7 +94,7 @@ read -p "Build local gallery extension zip files?" -n 1 -r
|
||||
echo
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
echo "Building Inkscape gallery extension zip files"
|
||||
TARGETDIR="../000_Inkscape_Gallery"
|
||||
TARGETDIR="../../../000_Inkscape_Gallery"
|
||||
mkdir -p $TARGETDIR > /dev/null 2>&1
|
||||
|
||||
#show extensions which are in gallery
|
||||
|
Loading…
x
Reference in New Issue
Block a user