Only import nfd resources on Windows

This commit is contained in:
James 2018-08-03 22:04:58 +10:00
parent b5e35e4495
commit 09406d40e2

View File

@ -42,7 +42,9 @@ use config::Config;
use installer::InstallerFramework; use installer::InstallerFramework;
#[cfg(windows)]
use nfd::Response; use nfd::Response;
use rest::WebServer; use rest::WebServer;
// TODO: Fetch this over a HTTP request? // TODO: Fetch this over a HTTP request?