mirror of
https://github.com/Dadoum/anisette-v3-server.git
synced 2024-11-21 19:06:07 +00:00
This commit is contained in:
parent
00b112f1e6
commit
e2ffa66d07
9
README.md
Normal file
9
README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# anisette-v3-server
|
||||
|
||||
A supposedly lighter alternative to [omnisette-server](https://github.com/SideStore/omnisette-server)
|
||||
|
||||
Like `omnisette-server`, it supports both currently supported SideStore's protocols (anisette-v1 and
|
||||
anisette-v3) but it can also be used with AltServer-Linux.
|
||||
|
||||
You can run it using docker, or build it with dub (requires both openssl and zlib, see the Dockerfile
|
||||
for dependencies).
|
2
dub.json
2
dub.json
@ -8,7 +8,7 @@
|
||||
"dependencies": {
|
||||
"provision": {
|
||||
"repository": "git+https://github.com/Dadoum/Provision.git",
|
||||
"version": "a007cb290da1a21e231a1a4a335a047a151ca24f"
|
||||
"version": "58f339fe988d770da5de4ad7361a619b5deea2f6"
|
||||
},
|
||||
"slf4d": "~>2.1.1",
|
||||
"vibe-d:web": "~>0.9.7-alpha.2",
|
||||
|
@ -279,7 +279,6 @@ class AnisetteService {
|
||||
.buildPath(identifier)
|
||||
);
|
||||
}
|
||||
GC.collect();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user