[Installer] Make sure that org.swift-project is created

Make sure the folder org.swift-project is created before
lastinstallpath.txt is written to it.

ref T344
This commit is contained in:
Roland Winklmeier
2018-09-17 11:08:03 +02:00
committed by Klaus Basan
parent 441d292b54
commit 14e778c243

View File

@@ -122,6 +122,14 @@
</platformTest>
</ruleList>
</runProgram>
<createDirectory>
<path>${windows_folder_local_appdata}/org.swift-project</path>
<ruleList>
<platformTest>
<type>windows</type>
</platformTest>
</ruleList>
</createDirectory>
<writeFile>
<path>${windows_folder_local_appdata}/org.swift-project/lastinstallpath.txt</path>
<text>${installdir}</text>