Skip to content

Commit 9799c6f

Browse files
authored
Merge branch 'p-dev' (#2)
2 parents 2f82d6f + 15691a8 commit 9799c6f

File tree

17 files changed

+687
-518
lines changed

17 files changed

+687
-518
lines changed

.github/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
## Installation
77

8-
1. download the latest artifact or compile it yourself
9-
2. setup the `config.toml`
8+
1. download the latest release *(or compile yourself)*
9+
2. setup the `config.toml` (`config.toml.example`, you'll need to rename it)
1010
3. launch `ecstasy.exe`
1111

1212
## Building
@@ -31,7 +31,4 @@ i686-pc-windows-msvc # windows 32-bit
3131

3232
## Todo
3333

34-
```
35-
- osu!lazer support
36-
- workflow for automatic build (artifacts)
37-
```
34+
- [ ] osu!lazer support

Cargo.lock

Lines changed: 7 additions & 140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2024"
55

66
[dependencies]
77
async-trait = "0.1.88"
8-
cfspeedtest = "1.3.1"
98
futures = "0.3.31"
9+
sanitise-file-name = "1.0.0"
1010
serde_json = "1.0.140"
1111
toml = "0.8.20"
1212
tracing = "0.1.41"

config.toml.example

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[user]
22
# tip: run "ecstasy.exe -s" to measure download speeds from all available mirrors
3-
# available: catboy, osudirect, nerinyan, beatconnect
3+
# available: catboy, osudirect, nerinyan, beatconnect, sayobot
44
mirror_type = "catboy"
55

66
# format in which collection name will be formatted
@@ -22,7 +22,4 @@ id = 0
2222
songs_path = ""
2323

2424
# it should be an absolute path, e.g. C:\\Users\\admin\\AppData\\Local\\osu!\\collection.db
25-
collection_path = ""
26-
27-
# required to download only new maps, and don't do already owned
28-
osu_path = ""
25+
collection_path = ""

0 commit comments

Comments
 (0)