You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
JavaMacLauncher 1.0.0
2
-
=====================
1
+
JavaMacLauncher 1.1.0-SNAPSHOT
2
+
==============================
3
3
4
4
This application is a native Java application launcher written in [Go](https://golang.org/), that is intended for integration into a [macOS application bundle](https://en.wikipedia.org/wiki/Bundle_(macOS)).
5
5
@@ -423,14 +423,14 @@ You might force application startup in foreground:
423
423
Supported operating systems
424
424
---------------------------
425
425
426
-
- Intended to be used on macOS (10.9 or newer)
426
+
- Intended to be used on macOS (10.9 or newer). Releases are compiled for x86-64.
427
427
- Can be built for Linux or other Unix based systems, which might be useful for development and testing.
428
428
429
429
430
430
License
431
431
-------
432
432
433
-
This application is licensed under the terms of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). Take a look at [`LICENSE.txt`](LICENSE.txt) for the license text.
433
+
This application is licensed under the terms of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). Take a look at [`LICENSE.txt`](https://github.com/OpenIndex/JavaMacLauncher/blob/master/LICENSE.txt) for the license text.
434
434
435
435
436
436
Third party components
@@ -449,4 +449,4 @@ Further information
449
449
450
450
-[*JavaMacLauncher* at GitHub](https://github.com/OpenIndex/JavaMacLauncher)
451
451
-[Releases of *JavaMacLauncher*](https://github.com/OpenIndex/JavaMacLauncher/releases)
452
-
-[Changelog of *JavaMacLauncher*](https://github.com/OpenIndex/JavaMacLauncher/blob/develop/CHANGELOG.md)
452
+
-[Changelog of *JavaMacLauncher*](https://github.com/OpenIndex/JavaMacLauncher/blob/master/CHANGELOG.md)
0 commit comments