[bisq-network/bisq] Fix Windows installer issues (#2103)

Christoph Atteneder notifications at github.com
Tue Dec 11 21:18:21 UTC 2018


ripcurlx commented on this pull request.



> +    finally
+      FindClose(FindRec);
+    end;
+  end
+    else
+  begin
+    Log(Format('Failed to list %s', [SourcePath]));
+  end;
+end;
+
+//Delete old app directory to prevent issues during update
+procedure DeleteOldAppDataDirectory;
+var
+  entry: String;
+begin
+  entry := ExpandConstant('{localappdata}') + '\Bisq\';

hmm - worked for me. I didn't change anything there. I put a test file in the app folder in it was gone afterwards. I can have a look again tomorrow. How did you test it?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2103#discussion_r240794263
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181211/23101584/attachment-0001.html>


More information about the bisq-github mailing list