From d76a6dff89da0c1499734528f4a9438aea3177d9 Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen Date: Wed, 10 May 2017 17:50:36 +0200 Subject: [PATCH] doc(GUI): suggest BootCamp as an alternative when flashing Windows images (#1393) * Specify that Rufus is only an option for Windows. * Suggest Apple Boot Camp Assistant (built-in) as an alternative for macOS users. --- lib/shared/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/messages.js b/lib/shared/messages.js index c4353ae5..89548d95 100644 --- a/lib/shared/messages.js +++ b/lib/shared/messages.js @@ -57,7 +57,7 @@ module.exports = { 'It looks like you are trying to burn a Windows image.\n\n', 'Unlike other images, Windows images require special processing to be made bootable.', 'We suggest you use a tool specially designed for this purpose, such as', - 'Rufus.' + 'Rufus (Windows) or Boot Camp Assistant (macOS).' ].join(' ')) },