Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomen committed Nov 20, 2024
2 parents 4d6b29d + 6fbc3e3 commit 4566efe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v6.1.0

- Added detailed status of server, if available: version, system, users.
- Linux version is now distributed with `.AppImage` instead of `.deb` for better compatibility.

## v6.0.0

> [!CAUTION]
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"longDescription": "Foundry Lightweight Client",
"category": "RolePlayingGame",
"copyright": "phenomen",
"targets": ["msi", "dmg", "appimage"],
"targets": ["msi", "app", "appimage"],
"createUpdaterArtifacts": "v1Compatible",
"icon": [
"icons/32x32.png",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/NodeserverLauncher.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{#if launched}
<Button
onclick={async () => await stopNodeserver()}
variant="destructive">{`Stop Server: ${nodeLauncher?.value?.label}`}</Button
variant="destructive">Stop Server</Button
>
{:else}
<Button
Expand Down

0 comments on commit 4566efe

Please sign in to comment.