mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
Fix update action
This commit is contained in:
parent
a673625e82
commit
e64d661ab0
@ -173,7 +173,7 @@ cat > wix.xml << EOF
|
|||||||
Id="UpdateGenerateConfig"
|
Id="UpdateGenerateConfig"
|
||||||
Directory="YggdrasilInstallFolder"
|
Directory="YggdrasilInstallFolder"
|
||||||
ExeCommand="cmd.exe /c updateconfig.bat"
|
ExeCommand="cmd.exe /c updateconfig.bat"
|
||||||
Execute="immediate"
|
Execute="commit"
|
||||||
Return="asyncWait" />
|
Return="asyncWait" />
|
||||||
|
|
||||||
<InstallExecuteSequence>
|
<InstallExecuteSequence>
|
||||||
|
Loading…
Reference in New Issue
Block a user