mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
Defer updateconfig
This commit is contained in:
parent
e64d661ab0
commit
724446bb04
@ -45,6 +45,7 @@ fi
|
||||
|
||||
# Create the postinstall script
|
||||
cat > config.bat << EOF
|
||||
|
||||
if exist yggdrasil.conf (
|
||||
move yggdrasil.conf yggdrasil.conf.backup
|
||||
yggdrasil.exe -useconffile yggdrasil.conf.backup -normaliseconf > yggdrasil.conf
|
||||
@ -173,8 +174,8 @@ cat > wix.xml << EOF
|
||||
Id="UpdateGenerateConfig"
|
||||
Directory="YggdrasilInstallFolder"
|
||||
ExeCommand="cmd.exe /c updateconfig.bat"
|
||||
Execute="commit"
|
||||
Return="asyncWait" />
|
||||
Execute="deferred"
|
||||
Return="check" />
|
||||
|
||||
<InstallExecuteSequence>
|
||||
<Custom
|
||||
|
Loading…
Reference in New Issue
Block a user