fixed issue 1196:add language subfolders, thanks jamarcer

This commit is contained in:
mdipierro
2013-09-23 14:54:29 -05:00
parent f622f2936a
commit d111f331ca
6 changed files with 49 additions and 31 deletions
+1
View File
@@ -81,6 +81,7 @@ app:
cp -r applications/examples ../web2py_osx/web2py/web2py.app/Contents/Resources/applications
cp applications/__init__.py ../web2py_osx/web2py/web2py.app/Contents/Resources/applications
cd ../web2py_osx; zip -r web2py_osx.zip web2py
mv ../web2py_osx/web2py_osx.zip .
win:
python2.7 -c 'import compileall; compileall.compile_dir("gluon/")'