refactor refs #5308 Folders name
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
@ -52,9 +52,9 @@ Source: "img\branches\*"; \
|
|||
DestDir: "{app}branches"; Flags: ignoreversion
|
||||
Source: "img\datasources\*"; \
|
||||
DestDir: "{app}datasources"; Flags: ignoreversion
|
||||
Source: "img\apiSources\*"; \
|
||||
DestDir: "{app}apiSources"; Flags: ignoreversion
|
||||
Source: "img\appIcons\*"; \
|
||||
Source: "img\api-sources\*"; \
|
||||
DestDir: "{app}api-sources"; Flags: ignoreversion
|
||||
Source: "img\app-icons\*"; \
|
||||
DestDir: "{app}\icons"; Flags: ignoreversion
|
||||
Source: "ocx\*"; \
|
||||
DestDir: {sys}; Flags: onlyifdoesntexist regserver 32bit
|
||||
|
|
|
@ -112,7 +112,7 @@ var App = {
|
|||
this.regWrite(Conf.regPath, 'remoteURL', Conf.defaultRemoteURL);
|
||||
this.regWrite(Conf.regPath, 'lastExecutedVersion', Conf.version);
|
||||
this.regWrite(Conf.regPath, 'selectedApiSource', Conf.defaultApiSource);
|
||||
this.regWrite(Conf.regPath + '\\apiSources', Conf.defaultApiSource, Conf.defaultRemoteURL);
|
||||
this.regWrite(Conf.regPath + '\\api-sources', Conf.defaultApiSource, Conf.defaultRemoteURL);
|
||||
this.createODBC(
|
||||
Conf.odbcPath,
|
||||
Conf.productionDatasource,
|
||||
|
|