mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 20:02:02 +08:00
#4635 Correct assumptions about where the working folder is.
This commit is contained in:
parent
6397d58c7d
commit
9c3d9ca4a5
@ -134,4 +134,5 @@ find $archivefolder/local-lib -type d -path '*/Wx/*' \( -name WebView \
|
|||||||
rm -rf $archivefolder/local-lib/lib/perl5/*/Alien/wxWidgets/*/include
|
rm -rf $archivefolder/local-lib/lib/perl5/*/Alien/wxWidgets/*/include
|
||||||
find $archivefolder/local-lib -depth -type d -empty -exec rmdir "{}" \;
|
find $archivefolder/local-lib -depth -type d -empty -exec rmdir "{}" \;
|
||||||
|
|
||||||
tar -C$(pwd)/$(dirname $appfolder) -cjf $(pwd)/$dmgfile "$appname"
|
echo "Archiving from $appfolder"
|
||||||
|
tar -C$WD -cjf $(pwd)/$dmgfile "$(basename $appfolder)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user