Reviewed-on: #5
This commit is contained in:
commit
fdae6b93db
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
#define MyAppName "Verdnatura"
|
#define MyAppName "Verdnatura"
|
||||||
#define MyAppVersion "5"
|
#define MyAppVersion "6"
|
||||||
#define MyAppPublisher "Verdnatura"
|
#define MyAppPublisher "Verdnatura"
|
||||||
#define MyAppURL "https://www.verdnatura.es/"
|
#define MyAppURL "https://www.verdnatura.es/"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ var Conf = {
|
||||||
maxCorruptSize: 600,
|
maxCorruptSize: 600,
|
||||||
odbcDriver: 'MySQL ODBC 8.0 Unicode Driver',
|
odbcDriver: 'MySQL ODBC 8.0 Unicode Driver',
|
||||||
driverPath: '\\MySQL\\Connector ODBC 8.0\\myodbc8w.dll',
|
driverPath: '\\MySQL\\Connector ODBC 8.0\\myodbc8w.dll',
|
||||||
version: 5,
|
version: 6,
|
||||||
cdnURL: 'https://cdn.verdnatura.es/vn-access',
|
cdnURL: 'https://cdn.verdnatura.es/vn-access',
|
||||||
identifier: '.vn',
|
identifier: '.vn',
|
||||||
productionDatasource: 'production.vn'
|
productionDatasource: 'production.vn'
|
||||||
|
@ -105,7 +105,7 @@ var App = {
|
||||||
|
|
||||||
this.regWrite(Conf.regPath, 'remoteURL', Conf.defaultRemoteURL);
|
this.regWrite(Conf.regPath, 'remoteURL', Conf.defaultRemoteURL);
|
||||||
this.regWrite(Conf.regPath, 'lastExecutedVersion', Conf.version);
|
this.regWrite(Conf.regPath, 'lastExecutedVersion', Conf.version);
|
||||||
|
this.regWrite(Conf.regPath + '\\apiSources', 'master', Conf.defaultRemoteURL + '/api/');
|
||||||
|
|
||||||
this.createODBC(Conf.odbcPath,
|
this.createODBC(Conf.odbcPath,
|
||||||
Conf.productionDatasource,
|
Conf.productionDatasource,
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" http-equiv="X-UA-Compatible" content="IE=9"/>
|
<meta charset="UTF-8" http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
<title>v5</title>
|
<title>v6</title>
|
||||||
<link rel="stylesheet" href="style.css"/>
|
<link rel="stylesheet" href="style.css"/>
|
||||||
<script type="text/javascript" src="main.js"></script>
|
<script type="text/javascript" src="main.js"></script>
|
||||||
<hta:application
|
<hta:application
|
||||||
|
|
Loading…
Reference in New Issue