Skip to content

Commit a2b4ace

Browse files
committed
Rename to music assistant companion
1 parent 3455231 commit a2b4ace

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Desktop app for Music Assistant! This app, among other things, enables you t
77
88
## Setup
99

10-
When starting the app for the first time you are asked about some information about the Music Assistant Server.
10+
When starting the app for the first time you are asked about some information about the Music Assistant Server.
1111

1212
![image](https://github.com/Un10ck3d/massapp/assets/74015378/cb97aa3e-12d8-4992-bfc6-0b58cedb81da)
1313

@@ -56,7 +56,7 @@ You can download the AppImage from the [releases](https://github.com/Un10ck3d/ma
5656
You can download the .dmg from the [releases](https://github.com/Un10ck3d/massapp/releases/latest/).
5757

5858
> [!IMPORTANT]
59-
>The app is unsigned since we currently dont want to spend 90 USD/yr for an Apple Developer account. Therefore it will warn you about an untrusted developer/app downloaded from internet. To open it follow [these instructions](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac)
59+
>The app is unsigned since we currently dont want to spend 90 USD/yr for an Apple Developer account. Therefore it will warn you about an untrusted developer/app downloaded from internet. To open it follow [these instructions](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac)
6060
6161
### Windows
6262

musicassistant.desktop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Categories=Music
3-
Comment=Music Assistant Desktop App
4-
Exec=music-assistant-desktop
3+
Comment=Music Assistant Companion App
4+
Exec=music-assistant-companion
55
Icon=musicassistant
66
Name=Music Assistant
77
Terminal=false

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "music-assistant-desktop",
2+
"name": "music-assistant-companion",
33
"version": "0.0.16",
44
"type": "module",
5-
"description": "The Music Assistant frontend developed in Vue.",
5+
"description": "The Music Assistant Companion app developed in Tauri.",
66
"license": "Apache-2.0",
77
"scripts": {
88
"tauri": "tauri",

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "music-assistant-desktop"
2+
name = "music-assistant-companion"
33
version = "0.0.16"
4-
description = "Music Assistant Desktop App"
4+
description = "Music Assistant Companion App"
55
authors = ["you"]
66
license = "Apache-2.0"
77
repository = "https://github.com/Un10ck3d/massapp"

src-tauri/Tauri.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ distDir = "../frontend-source/dist"
66
withGlobalTauri = false
77

88
[package]
9-
productName = "music-assistant-desktop"
9+
productName = "music-assistant-companion"
1010
version = "0.0.16"
1111

1212
[tauri.allowlist.shell]
@@ -47,7 +47,7 @@ entitlements = 'Entitlements.plist'
4747
active = true
4848
dialog = true
4949
pubkey = "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERDRTNDNDM0NEE5NzQyQjcKUldTM1FwZEtOTVRqM0JCWFhNU3oyZDIyTmpFbStPQjF1bXBqaWNrQkZFN1V3c25SMVArOVN1WFoK"
50-
endpoints = ["https://github.com/music-assistant/music-assistant-desktop/releases/latest/download/latest.json"]
50+
endpoints = ["https://github.com/music-assistant/music-assistant-desktop/releases/latest/download/latest.json", "https://github.com/music-assistant/companion/releases/latest/download/latest.json"]
5151

5252
[tauri.updater.windows]
5353
installMode = "passive"

0 commit comments

Comments
 (0)