mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user