mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 19:35:55 +08:00
Bugfix: old DMG was not deleted
This commit is contained in:
parent
63f66314c8
commit
1ea3dd7423
@ -53,7 +53,7 @@ if [[ -d "${appfolder}" ]]; then
|
||||
rm -rf ${appfolder}
|
||||
fi
|
||||
|
||||
if [[ -d "${dmgfile}" ]]; then
|
||||
if [[ -e "${dmgfile}" ]]; then
|
||||
echo "Deleting old dmg ${dmgfile}."
|
||||
rm -rf ${dmgfile}
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user