mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-19 10:02:53 -05:00
Updated version and binary name
This commit is contained in:
parent
c20e583182
commit
a54a1937be
3 changed files with 4 additions and 3 deletions
|
@ -37,7 +37,7 @@ futures = "0.3.30"
|
||||||
async-channel = "2.3.1"
|
async-channel = "2.3.1"
|
||||||
ciborium = "0.2.2"
|
ciborium = "0.2.2"
|
||||||
itertools = "0.13.0"
|
itertools = "0.13.0"
|
||||||
prismriver = { git = "https://github.com/Dangoware/prismriver.git"}
|
prismriver = { git = "https://github.com/Dangoware/prismriver.git" }
|
||||||
parking_lot = "0.12.3"
|
parking_lot = "0.12.3"
|
||||||
discord-presence = { version = "1.4.1", features = ["activity_type"] }
|
discord-presence = { version = "1.4.1", features = ["activity_type"] }
|
||||||
listenbrainz = "0.8.1"
|
listenbrainz = "0.8.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "dango-music-player"
|
name = "dango-music-player"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
description = "A music player."
|
description = "A music player."
|
||||||
authors = ["G2", "MrDulfin"]
|
authors = ["G2", "MrDulfin"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Dango Music Player",
|
"productName": "Dango Music Player",
|
||||||
"version": "0.0.1",
|
"mainBinaryName": "dmp",
|
||||||
|
"version": "0.1.0",
|
||||||
"identifier": "com.dmp.app",
|
"identifier": "com.dmp.app",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
|
|
Loading…
Reference in a new issue