33### Directory Structure
44
55/
6-   ;  ;  ;  ; runtimeVersions * (static file containing hosted runtimes)*
76  ;  ;  ;  ; /rvm
87  ;  ;  ;  ;  ;  ;  ;  ; latestVersion * (static file containing latest RVM Version)*
9-   ;  ;  ;  ;  ;  ;  ;  ; latest * (latest RVM)*
8+   ;  ;  ;  ;  ;  ;  ;  ; latest * (latest RVM - 8.1.0.4 )*
109  ;  ;  ;  ; /runtime
11-   ;  ;  ;  ;  ;  ;  ;  ; 7.53.23.23 * (runtime)*
12-   ;  ;  ;  ;  ;  ;  ;  ; 8.56.24.41
13-   ;  ;  ;  ;  ;  ;  ;  ; 8.56.26.40
14-   ;  ;  ;  ;  ;  ;  ;  ; stable * (static file containing corresponding runtime version)*
15-   ;  ;  ;  ;  ;  ;  ;  ; beta
10+   ;  ;  ;  ;  ;  ;  ;  ; 27.104.71.17 * (runtime)*
11+   ;  ;  ;  ;  ;  ;  ;  ; 27.104.71.21 * (static file containing corresponding runtime version)*
1612
1713This is the structure of the ` public ` directory, which mirrors the OpenFin [ CDN] ( http://cdn.openfin.co/versions/ ) .
1814
@@ -31,13 +27,17 @@ To deploy your own, simply copy the public directory (or its structure) and host
3127
3228## Step 2: Point To Your Assets
3329
34- Overwrite all applications in the Window registry
35- ` HKEY_CURRENT_USER -> SOFTWARE -> OpenFin -> RVM -> Settings`
36- ` Name: assetsUrl `
37- ` Type: REG_SZ `
38- ` Data: http ://assetServerUrl `
30+ ` Set a desktop owner settings file in your registry to point to a assetsUrl ` - https://developers.openfin.co/of-docs/docs/desktop-owner-settings
31+ ` Path: HKEY_LOCAL_MACHINE\Software\ OpenFin\ RVM\ Settings\ `
32+ ` Type: REG_SZ (String value) `
33+ ` Name: DesktopOwnerSettings `
34+ ` Data: https ://example.com/company/files/end-user-desktop-owner-settings.json `
3935
40- Where http://assetServerUrl is the url of your hosted assets e.g. http://localhost:5555/ for this sample.
36+ Example DOS:
37+
38+
39+ "desktopSettings": {
40+ "assetsUrl": "http://localhost:5555/",
4141
4242## Demo
4343
0 commit comments