Rename misc/ to scripts/

This commit is contained in:
David Capello 2012-05-20 21:00:44 -03:00
parent 3ac0a9db85
commit 42452c93d2
8 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ distdir=aseprite-$version
zip="zip -9"
zip_recursive_flag="-r"
if [ ! -f dist.sh ]; then
echo You must run dist.sh from misc/ directory
if [ ! -f create_packages.sh ]; then
echo You must run create_packages.sh from scripts/ directory
exit 1
fi

View File

@ -74,5 +74,5 @@ fi
# Create packages
# ---------------
cd misc
sh dist.sh
cd scripts
sh create_packages.sh

0
misc/macosx/Info.plist → scripts/macosx/Info.plist Executable file → Normal file
View File

View File