mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 13:06:30 +02:00
Add source link, update report issue link
This commit is contained in:
parent
7d6346c088
commit
6db8422c87
@ -125,7 +125,7 @@ class ExceptionListWindow(eList: List<ExceptionDetails>, future: CompletableFutu
|
|||||||
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) {
|
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) {
|
||||||
addActionListener {
|
addActionListener {
|
||||||
try {
|
try {
|
||||||
Desktop.getDesktop().browse(URI("https://github.com/comp500/packwiz-installer/issues/new"))
|
Desktop.getDesktop().browse(URI("https://github.com/packwiz/packwiz-installer/issues/new"))
|
||||||
} catch (e: IOException) {
|
} catch (e: IOException) {
|
||||||
// lol the button just won't work i guess
|
// lol the button just won't work i guess
|
||||||
} catch (e: URISyntaxException) {}
|
} catch (e: URISyntaxException) {}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Licenses
|
# Licenses
|
||||||
|
|
||||||
packwiz-installer itself is under the MIT license, except for Murmur2Lib and bundled dependencies as follows:
|
packwiz-installer itself is under the MIT license ([Source](https://github.com/packwiz/packwiz-installer)), except for Murmur2Lib and bundled dependencies as follows:
|
||||||
|
|
||||||
- Murmur2Lib: Apache 2.0 ([Source](https://github.com/prasanthj/hasher/blob/master/src/main/java/hasher/Murmur2.java))
|
- Murmur2Lib: Apache 2.0 ([Source](https://github.com/prasanthj/hasher/blob/master/src/main/java/hasher/Murmur2.java))
|
||||||
- Google Gson 2.8.9: Apache 2.0 ([Source](https://github.com/google/gson))
|
- Google Gson 2.8.9: Apache 2.0 ([Source](https://github.com/google/gson))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user