Skip to content

Commit 430fb18

Browse files
jrichter1dgolovin
authored andcommitted
JBDS-4500 Fix virtualbox on mac and spaces in path
1 parent ec81c08 commit 430fb18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser/model/virtualbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class VirtualBoxInstallDarwin extends VirtualBoxInstall {
245245
//let timestamp = new Date().toJSON().replace(/:/g,'')
246246
let volumeName = `virtualbox-${this.version}`;
247247
let shellScript = [
248-
`hdiutil attach -mountpoint /Volumes/${volumeName} ${dmgFile}`,
248+
`hdiutil attach -mountpoint /Volumes/${volumeName} '${dmgFile}'`,
249249
`installer -pkg /Volumes/${volumeName}/VirtualBox.pkg -target /`
250250
].join(';');
251251
let osaScript = [

0 commit comments

Comments
 (0)