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