Browse Source

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

terminal
Craig Raw 3 years ago
parent
commit
a53ecc4fdc
  1. 1
      src/main/java/com/sparrowwallet/sparrow/io/Hwi.java

1
src/main/java/com/sparrowwallet/sparrow/io/Hwi.java

@ -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 {

Loading…
Cancel
Save