mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 16:05:51 +00:00
windows
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Name "Rippled"
|
||||
|
||||
; The file to write
|
||||
OutFile "ripple install.exe"
|
||||
OutFile "ripple_install.exe"
|
||||
|
||||
; The default installation directory
|
||||
InstallDir "$PROGRAMFILES\Rippled"
|
||||
@@ -26,7 +26,7 @@ Section "" ;No components page, name is not important
|
||||
|
||||
; Put file there
|
||||
File ..\Release\rippled.exe
|
||||
File ..\*.dll
|
||||
;File ..\*.dll
|
||||
;File "start rippled.bat"
|
||||
File rippled.cfg
|
||||
File validators.txt
|
||||
|
||||
Reference in New Issue
Block a user