mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
[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:
committed by
Klaus Basan
parent
441d292b54
commit
14e778c243
@@ -122,6 +122,14 @@
|
|||||||
</platformTest>
|
</platformTest>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</runProgram>
|
</runProgram>
|
||||||
|
<createDirectory>
|
||||||
|
<path>${windows_folder_local_appdata}/org.swift-project</path>
|
||||||
|
<ruleList>
|
||||||
|
<platformTest>
|
||||||
|
<type>windows</type>
|
||||||
|
</platformTest>
|
||||||
|
</ruleList>
|
||||||
|
</createDirectory>
|
||||||
<writeFile>
|
<writeFile>
|
||||||
<path>${windows_folder_local_appdata}/org.swift-project/lastinstallpath.txt</path>
|
<path>${windows_folder_local_appdata}/org.swift-project/lastinstallpath.txt</path>
|
||||||
<text>${installdir}</text>
|
<text>${installdir}</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user