Skip to content

Commit

Permalink
Merge pull request #118 from hizumiaoba/release/v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
hizumiaoba authored Oct 3, 2024
2 parents 5a330c9 + ac7ce8b commit 6f4905e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jlink {
name = "MinecraftTimeMachine"
}
jpackage {
appVersion = version.toString()
imageOptions.addAll(listOf("--icon", "${projectDir}/src/main/resources/assets/icon.ico"))
installerOptions.addAll(listOf("--win-per-user-install","--win-dir-chooser", "--win-menu", "--win-shortcut", "--win-shortcut-prompt"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import lombok.extern.slf4j.Slf4j;

@Slf4j
@Version(major = 0, minor = 6, patch = 1, suffix = Suffix.ALPHA)
@Version(major = 1, minor = 0, patch = 0, suffix = Suffix.NONE)
public class MineCraftTimeMachineApplication extends Application {

@Override
Expand Down

0 comments on commit 6f4905e

Please sign in to comment.