diff --git a/vm/vm-develop.json b/vm/vm-develop.json index 09eab9de..8d92fd9c 100644 --- a/vm/vm-develop.json +++ b/vm/vm-develop.json @@ -1,7 +1,7 @@ { "builders": [{ "vm_name": "ERPNext-Develop-{{isotime \"20060102150405\"}}", - "output_directory": "Builds", + "output_directory": "Developer Builds", "type": "virtualbox-iso", "boot_command": [ "", @@ -87,7 +87,7 @@ }, { "type": "vagrant", "keep_input_artifact": true, - "output": "Builds//ERPNext-Vagrant-Develop-{{isotime \"20060102150405\"}}.box", + "output": "Developer Builds/ERPNext-Vagrant-Develop-{{isotime \"20060102150405\"}}.box", "vagrantfile_template": "Vagrantfile" }] } diff --git a/vm/vm-production.json b/vm/vm-production.json index a45d8102..ce478fa9 100644 --- a/vm/vm-production.json +++ b/vm/vm-production.json @@ -1,7 +1,7 @@ { "builders": [{ "vm_name": "ERPNext-Production-{{isotime \"20060102150405\"}}", - "output_directory": "Builds", + "output_directory": "Production Builds", "type": "virtualbox-iso", "boot_command": [ "", @@ -87,7 +87,7 @@ }, { "type": "vagrant", "keep_input_artifact": true, - "output": "Builds/ERPNext-Vagrant-Production-{{isotime \"20060102150405\"}}.box", + "output": "Production Builds/ERPNext-Vagrant-Production-{{isotime \"20060102150405\"}}.box", "vagrantfile_template": "Vagrantfile" }] }