Hi When i try to make package my project(use deploy menu), ti studio send a request to appcelerator website and compile the project at the server. Now is there any way to deploy(compile) project totally offline? Thanks.
Sorry for my english.
1 Answer
Well for offline deployment i use this command line in linux terminal:<br>
python tibuild.py -v -o linux -t bundle -a /home/mehdi/.titanium/sdk/linux/1.1.0 -n -i .project -d /home/mehdi/Programing/Titanium/sample/test1/dist/linux /home/mehdi/Programing/Titanium/sample/test1Where 'tibuild.py' resides in '/home/mehdi/.titanium/sdk/linux/1.1.0' directory and my project is in '/home/mehdi/Programing/Titanium/sample/test1' folder.
Your Answer
Think you can help? Login to answer this question!