mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 12:14:45 +00:00
Move the Vagrant config into a distro-specific folder.
This commit is contained in:
parent
fac856c053
commit
4a705c875c
|
|
@ -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?
|
||||
Loading…
Reference in a new issue