mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Rename misc/ to scripts/
This commit is contained in:
parent
3ac0a9db85
commit
42452c93d2
@ -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
|
||||
|
@ -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
0
misc/macosx/Info.plist → scripts/macosx/Info.plist
Executable file → Normal file
0
misc/macosx/aseprite.icns → scripts/macosx/aseprite.icns
Executable file → Normal file
0
misc/macosx/aseprite.icns → scripts/macosx/aseprite.icns
Executable file → Normal file
Loading…
Reference in New Issue
Block a user