Update installer in order to fix missing strings.
This commit is contained in:
parent
759bb0982e
commit
e340a44e3a
@ -21,6 +21,7 @@ DisableWelcomePage=no
|
||||
[Files]
|
||||
;install
|
||||
Source: "src\NadekoBot\bin\Release\netcoreapp2.0\{#target}\publish\*"; DestDir: "{app}\{#sysfolder}"; Permissions: users-full; Flags: recursesubdirs onlyifdoesntexist ignoreversion createallsubdirs; Excludes: "*.pdb, *.db"
|
||||
Source: "src\NadekoBot\bin\Release\netcoreapp2.0\{#target}\publish\data\command_strings.json"; DestDir: "{app}\{#sysfolder}\data"; DestName: "command_strings.json"; Permissions: users-full; Flags: skipifsourcedoesntexist ignoreversion createallsubdirs overwrite;
|
||||
;rename credentials example to credentials, but don't overwrite if it exists
|
||||
;Source: "src\NadekoBot\bin\Release\netcoreapp2.0\{#target}\publish\credentials_example.json"; DestName: "credentials.json"; DestDir: "{app}\{#sysfolder}"; Permissions: users-full; Flags: skipifsourcedoesntexist onlyifdoesntexist;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user