mirror of https://gitee.com/bigwinds/arangodb
updated Windows msis
This commit is contained in:
parent
ea097f6192
commit
0959fdd259
|
@ -31,6 +31,13 @@
|
|||
<File Id='arangodDumpEXE' Name='arangodump.exe' Source='arangodump32.exe' Vital='yes' />
|
||||
<File Id='arangodBenchEXE' Name='arangob.exe' Source='arangob32.exe' Vital='yes' />
|
||||
|
||||
<File Id='arangodConf' Name='arangod.conf' Source='arangod.conf' Vital='yes' />
|
||||
<File Id='arangoShellConf' Name='arangosh.conf' Source='arangosh.conf' Vital='yes' />
|
||||
<File Id='arangoImportConf' Name='arangoimp.conf' Source='arangoimp.conf' Vital='yes' />
|
||||
<File Id='arangoRestoreConf' Name='arangorestore.conf' Source='arangorestore.conf' Vital='yes' />
|
||||
<File Id='arangoDumpConf' Name='arangodump.conf' Source='arangodump.conf' Vital='yes' />
|
||||
<File Id='arangoBenchConf' Name='arangob.conf' Source='arangob.conf' Vital='yes' />
|
||||
|
||||
<File Id='arangodICO' Name='arangod.ico' Source='arango.ico' Vital='yes' />
|
||||
<File Id='arangodReadme' Name='readme.txt' Source='readme.txt' Vital='yes' />
|
||||
<File Id='serverPem' Name='server.pem' Source='server.pem' Vital='yes' />
|
||||
|
|
|
@ -30,6 +30,13 @@
|
|||
<File Id='arangodDumpEXE' Name='arangodump.exe' Source='arangodump64.exe' Vital='yes' />
|
||||
<File Id='arangodBenchEXE' Name='arangob.exe' Source='arangob64.exe' Vital='yes' />
|
||||
|
||||
<File Id='arangodConf' Name='arangod.conf' Source='arangod.conf' Vital='yes' />
|
||||
<File Id='arangoShellConf' Name='arangosh.conf' Source='arangosh.conf' Vital='yes' />
|
||||
<File Id='arangoImportConf' Name='arangoimp.conf' Source='arangoimp.conf' Vital='yes' />
|
||||
<File Id='arangoRestoreConf' Name='arangorestore.conf' Source='arangorestore.conf' Vital='yes' />
|
||||
<File Id='arangoDumpConf' Name='arangodump.conf' Source='arangodump.conf' Vital='yes' />
|
||||
<File Id='arangoBenchConf' Name='arangob.conf' Source='arangob.conf' Vital='yes' />
|
||||
|
||||
<File Id='arangodICO' Name='arangod.ico' Source='arango.ico' Vital='yes' />
|
||||
<File Id='arangodReadme' Name='readme.txt' Source='readme.txt' Vital='yes' />
|
||||
<File Id='serverPem' Name='server.pem' Source='server.pem' Vital='yes' />
|
||||
|
|
Loading…
Reference in New Issue