Skip to content

Commit

Permalink
fix: reword from Launcher to Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
DevScyu committed Nov 3, 2022
1 parent 153a613 commit dafe6c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div align="center">

# Launchy
# Wynntils Mod Installer

[![Release](https://img.shields.io/github/v/release/Wynntils/launchy?label=Download&style=for-the-badge)](https://github.com/Wynntils/launchy/releases/latest)
[![Forked](https://img.shields.io/badge/Fork%20Of-MineInAbyss%2Flaunchy-green?style=for-the-badge&logo=github)](https://github.com/MineInAbyss/launchy)

</div>

Our custom launcher which makes it easier to set up optional mods and in the future, resourcepack options, and more!
Our custom installer which makes it easier to set up optional mods and in the future, resourcepack options, and more!

## Screenshots
<div align="center">
Expand All @@ -18,7 +18,7 @@ Our custom launcher which makes it easier to set up optional mods and in the fut

## Instructions

Install it from our [releases](https://github.com/Wynntils/launchy/releases/latest), set up your preferences then just launch through Minecraft (you will need to reopen the launcher to download any mod updates we provide.)
Install it from our [releases](https://github.com/Wynntils/launchy/releases/latest), set up your preferences then just launch through Minecraft (you will need to reopen the installer to download any mod updates we provide.)

## Features
- Installs fabric into a 'Wynntils' profile
Expand Down
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ tasks.withType<KotlinCompile> {
kotlinOptions.freeCompilerArgs = listOf("-opt-in=androidx.compose.material3.ExperimentalMaterial3Api")
}

val appName = "Wynntils_Launcher-" + when {
Os.isFamily(Os.FAMILY_MAC) -> "macOS"
Os.isFamily(Os.FAMILY_WINDOWS) -> "windows"
else -> "linux"
}
val appName = "Wynntils Mod Installer"

compose.desktop {
application {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/mineinabyss/launchy/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fun main() {
}
Window(
state = windowState,
title = "Wynntils - Launcher",
title = "Wynntils - Installer",
icon = icon,
onCloseRequest = onClose,
undecorated = true,
Expand Down

0 comments on commit dafe6c3

Please sign in to comment.