File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/jdk.jpackage/share/classes/jdk/jpackage/internal/model Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66
66
* </tr>
67
67
* <tr>
68
68
* <th>Linux</th>
69
- * <td>bin/foo app/foo.jar</td>
70
- * <td>opt/duke/bin/foo opt/duke/app/foo.jar</td>
71
- * <td>/opt/duke/bin/foo /opt/duke/app/foo.jar</td>
69
+ * <td>bin/foo lib/ app/foo.jar</td>
70
+ * <td>opt/duke/bin/foo opt/duke/lib/ app/foo.jar</td>
71
+ * <td>/opt/duke/bin/foo /opt/duke/lib/ app/foo.jar</td>
72
72
* </tr>
73
73
* <tr>
74
74
* <th>OSX</th>
75
- * <td>bin/ foo app/foo.jar</td>
76
- * <td>Applications/duke/bin/ foo Applications/duke /app/foo.jar</td>
77
- * <td>/Applications/duke/bin/ foo /Applications/duke /app/foo.jar</td>
75
+ * <td>Contents/MacOS/ foo Contents/ app/foo.jar</td>
76
+ * <td>Applications/Duke.app/Contents/MacOS/ foo Applications/Duke.app/Contents /app/foo.jar</td>
77
+ * <td>/Applications/Duke.app/Contents/MacOS/ foo /Applications/Duke.app/Contents /app/foo.jar</td>
78
78
* </tr>
79
79
* </table>
80
80
*/
You can’t perform that action at this time.
0 commit comments