Skip to content

Commit

Permalink
Update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sotasan committed Aug 16, 2023
1 parent b9f5441 commit 760a37f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<p align="center">
<a href="https://github.com/hohltier/decompiler/blob/master/src/test/java/com/hohltier/decompiler/Main.java"><img width="85%" alt="Screenshot" src="https://github.com/hohltier/decompiler/raw/master/src/test/resources/META-INF/screenshot.png"></a>
<a href="https://github.com/sotasan/decompiler/blob/master/src/test/java/com/sotasan/decompiler/Main.java"><img width="85%" alt="Screenshot" src="https://github.com/sotasan/decompiler/raw/master/src/test/resources/META-INF/screenshot.png"></a>
</p>

<p align="center">
<a href="https://github.com/hohltier/decompiler/tags"><img alt="Version" src="https://img.shields.io/github/v/release/hohltier/decompiler?label=Version"></a>
<a href="https://github.com/hohltier/decompiler/actions/workflows/build.yml"><img alt="Build" src="https://github.com/hohltier/decompiler/actions/workflows/build.yml/badge.svg"></a>
<a href="https://github.com/hohltier/decompiler/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/hohltier/decompiler?label=License"></a>
<a href="https://github.com/sotasan/decompiler/tags"><img alt="Version" src="https://img.shields.io/github/v/release/sotasan/decompiler?label=Version"></a>
<a href="https://github.com/sotasan/decompiler/actions/workflows/build.yml"><img alt="Build" src="https://github.com/sotasan/decompiler/actions/workflows/build.yml/badge.svg"></a>
<a href="https://github.com/sotasan/decompiler/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/sotasan/decompiler?label=License"></a>
</p>

# <a href="https://github.com/hohltier/decompiler/blob/master/src/main/resources/logo/logo.svg"><img src="https://github.com/hohltier/decompiler/raw/master/src/main/resources/logo/logo.png" alt="Logo" width="30" height="auto"></a> Decompiler
# <a href="https://github.com/sotasan/decompiler/blob/master/src/main/resources/logo/logo.svg"><img src="https://github.com/sotasan/decompiler/raw/master/src/main/resources/logo/logo.png" alt="Logo" width="30" height="auto"></a> Decompiler

Java Decompiler Gui

## Download

[Releases](https://github.com/hohltier/decompiler/releases)
[Releases](https://github.com/sotasan/decompiler/releases)

## Decompilers

Expand All @@ -24,21 +24,21 @@ Java Decompiler Gui

## Languages

- [English](https://github.com/hohltier/decompiler/blob/master/src/main/resources/langs/language.properties)
- [German](https://github.com/hohltier/decompiler/blob/master/src/main/resources/langs/language_de.properties)
- [Japanese](https://github.com/hohltier/decompiler/blob/master/src/main/resources/langs/language_ja.properties)
- [Russian](https://github.com/hohltier/decompiler/blob/master/src/main/resources/langs/language_ru.properties)
- [Chinese](https://github.com/hohltier/decompiler/blob/master/src/main/resources/langs/language_zh.properties)
- [English](https://github.com/sotasan/decompiler/blob/master/src/main/resources/langs/language.properties)
- [German](https://github.com/sotasan/decompiler/blob/master/src/main/resources/langs/language_de.properties)
- [Japanese](https://github.com/sotasan/decompiler/blob/master/src/main/resources/langs/language_ja.properties)
- [Russian](https://github.com/sotasan/decompiler/blob/master/src/main/resources/langs/language_ru.properties)
- [Chinese](https://github.com/sotasan/decompiler/blob/master/src/main/resources/langs/language_zh.properties)

## Build

```bash
$ git clone https://github.com/hohltier/decompiler.git
$ git clone https://github.com/sotasan/decompiler.git
$ cd decompiler
$ chmod +x gradlew
$ ./gradlew build
```

## License

[Apache License 2.0](https://github.com/hohltier/decompiler/blob/master/LICENSE)
[Apache License 2.0](https://github.com/sotasan/decompiler/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.sotasan"
version = "0.8.6"
version = "0.8.7"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/sotasan/decompiler/views/AboutView.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public AboutView() {
@SneakyThrows
private void onGitHubAction(ActionEvent event) {
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE))
Desktop.getDesktop().browse(new URI("https://github.com/hohltier/decompiler"));
Desktop.getDesktop().browse(new URI("https://github.com/sotasan/decompiler"));
}

private void onOkAction(ActionEvent event) {
Expand Down
Binary file modified src/test/resources/META-INF/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 760a37f

Please sign in to comment.