Merge branch 'master' of github.com:sparrowwallet/sparrow

This commit is contained in:
Craig Raw 2022-05-05 10:19:58 +02:00
commit a53ecc4fdc

View file

@ -336,6 +336,7 @@ public class Hwi {
InputStream inputStream;
Path tempExecPath;
if(platform == Platform.WINDOWS) {
Files.createDirectories(getHwiHomeDir().toPath());
inputStream = Hwi.class.getResourceAsStream("/native/windows/x64/hwi.exe");
tempExecPath = Files.createTempFile(getHwiHomeDir().toPath(), HWI_VERSION_DIR, null);
} else {