mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-18 02:42:59 +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="zip -9"
|
||||||
zip_recursive_flag="-r"
|
zip_recursive_flag="-r"
|
||||||
|
|
||||||
if [ ! -f dist.sh ]; then
|
if [ ! -f create_packages.sh ]; then
|
||||||
echo You must run dist.sh from misc/ directory
|
echo You must run create_packages.sh from scripts/ directory
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
@ -74,5 +74,5 @@ fi
|
|||||||
# Create packages
|
# Create packages
|
||||||
# ---------------
|
# ---------------
|
||||||
|
|
||||||
cd misc
|
cd scripts
|
||||||
sh dist.sh
|
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…
x
Reference in New Issue
Block a user