|
4 | 4 | // This is where the application executable/bundle will be placed: |
5 | 5 | // Windows: C:/Program Files/LiveCode 4.5 (dp 5) |
6 | 6 | // Mac OS X: /Applications |
7 | | -// Linux: /opt/runrev/livecode-4.5-dp-5 |
| 7 | +// Linux: /opt/livecode/livecode-4.5-dp-5 |
8 | 8 | // |
9 | 9 | // SupportFolder: |
10 | 10 | // This is where supporting (user-accessible) resources will be placed: |
11 | 11 | // Windows: C:/Program Files/LiveCode 4.5 (dp 5) |
12 | 12 | // Mac OS X: /Application/LiveCode 4.5 (dp 5).app/Contents/Support |
13 | | -// Linux: /opt/runrev/livecode-4.5-dp-5 |
| 13 | +// Linux: /opt/livecode/livecode-4.5-dp-5 |
14 | 14 | // |
15 | 15 | // ToolsFolder: |
16 | 16 | // This is where the toolset will be placed: |
17 | 17 | // Windows: C:/Program Files/LiveCode 4.5 (dp 5) |
18 | 18 | // Mac OS X: /Application/LiveCode 4.5 (dp 5).app/Contents/Tools |
19 | | -// Linux: /opt/runrev/livecode-4.5-dp-5 |
| 19 | +// Linux: /opt/livecode/livecode-4.5-dp-5 |
20 | 20 | // |
21 | 21 | // ProductTitle: |
22 | 22 | // LiveCode 4.5 (dp 5) |
@@ -113,13 +113,13 @@ component Uninstaller |
113 | 113 | register key "HKLM/Software/Microsoft/Windows/CurrentVersion/Uninstall/[[ProductTitle]]" |
114 | 114 | with RegistryRoot as "HKLM/Software/Microsoft/Windows/CurrentVersion/Uninstall/[[ProductTitle]]" do |
115 | 115 | register value "DisplayIcon" as path "[[TargetFolder]]/[[ProductName]].exe" |
116 | | - register value "DisplayName" as "RunRev [[ProductTitle]]" |
| 116 | + register value "DisplayName" as "[[ProductTitle]]" |
117 | 117 | register value "DisplayVersion" as "[[VersionTag]]" |
118 | 118 | register value "InstallDate" as "[[TodaysDate]]" |
119 | 119 | register value "InstallLocation" as path "[[TargetFolder]]" |
120 | 120 | register value "NoModify" as 1 |
121 | 121 | register value "NoRepair" as 1 |
122 | | - register value "Publisher" as "RunRev Ltd." |
| 122 | + register value "Publisher" as "LiveCode Ltd." |
123 | 123 | register value "Version" as "[[VersionTag]]" |
124 | 124 | register value "UninstallString" as path "\q[[TargetFolder]]/.setup.exe\q uninstall" |
125 | 125 | if TargetPlatform is "Linux" then |
@@ -151,6 +151,7 @@ component Plugins |
151 | 151 | stack ide:Plugins/Go_RevNet.rev |
152 | 152 | stack ide:Plugins/Navigator.rev |
153 | 153 | stack "ide:Plugins/RegExBuilder 1.6.rev" |
| 154 | + stack ide:Plugins/revapplicationoverview.rev |
154 | 155 | stack ide:Plugins/revexample.rev |
155 | 156 | stack "ide:Plugins/revSmartProperties 1.2.rev" |
156 | 157 | stack "ide:Plugins/revSmartSave 1.1.rev" |
@@ -536,7 +537,7 @@ component Documentation |
536 | 537 | // Temporary work-around |
537 | 538 | file ide:Documentation/html_viewer/resources/data/api/built_api.js as resources/data/api/built_api.js |
538 | 539 | file ide:Documentation/html_viewer/resources/data/guide/built_guide.js as resources/data/guide/built_guide.js |
539 | | - |
| 540 | + file ide::Documentation/html_viewer/resources/data/api/built_api.js as resources/data/api/api.sqlite |
540 | 541 | component Extensions |
541 | 542 | into [[ToolsFolder]]/Extensions place |
542 | 543 | rfolder macosx:packaged_extensions/com.livecode.extensions.livecode.browser |
|
0 commit comments