We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec81c08 commit 430fb18Copy full SHA for 430fb18
1 file changed
browser/model/virtualbox.js
@@ -245,7 +245,7 @@ class VirtualBoxInstallDarwin extends VirtualBoxInstall {
245
//let timestamp = new Date().toJSON().replace(/:/g,'')
246
let volumeName = `virtualbox-${this.version}`;
247
let shellScript = [
248
- `hdiutil attach -mountpoint /Volumes/${volumeName} ${dmgFile}`,
+ `hdiutil attach -mountpoint /Volumes/${volumeName} '${dmgFile}'`,
249
`installer -pkg /Volumes/${volumeName}/VirtualBox.pkg -target /`
250
].join(';');
251
let osaScript = [
0 commit comments