mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
make forms dir if not existing
This commit is contained in:
parent
e5463891e9
commit
2c568f5b49
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ then
|
|||
echo "Please run this from the project root"
|
||||
exit
|
||||
fi
|
||||
|
||||
mkdir -p ankiqt/forms
|
||||
|
||||
if [ xDarwin = x$(uname) ]
|
||||
then
|
||||
pyuic=/Library/Frameworks/Python.framework/Versions/2.5/bin/pyuic4
|
||||
|
|
Loading…
Reference in a new issue