4974-datasources-and-improvements #4
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -131,9 +131,12 @@ var App = {
|
||||||
]
|
]
|
||||||
for (var i in stringValues) {
|
for (var i in stringValues) {
|
||||||
if (!this.regRead(Conf.regPath, stringValues[i]))
|
if (!this.regRead(Conf.regPath, stringValues[i]))
|
||||||
this.regWrite(Conf.regPath, stringValues[i], null)
|
this.regWrite(Conf.regPath, stringValues[i], null)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Upload the remote URL
|
||||||
|
this.regWrite(Conf.regPath, 'remoteURL', Conf.defaultRemoteURL)
|
||||||
|
|
||||||
// Upload the string value to version installed
|
// Upload the string value to version installed
|
||||||
this.regWrite(Conf.regPath, 'version', Conf.version);
|
this.regWrite(Conf.regPath, 'version', Conf.version);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue