Merge pull request #1328 from GarageGames/release-3.7

Release 3.7
This commit is contained in:
Daniel Buckmaster 2015-06-24 19:00:57 +10:00
commit 39f0e269d6
48 changed files with 317 additions and 102 deletions

View file

@ -22,7 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
config.vm.synced_folder '../../', '/torque'
config.vm.synced_folder '../../../', '/torque'
config.vm.provision :shell, path: 'provision.sh'
if gui?