Dadoum 2023-08-11 02:09:05 +02:00
parent 00b112f1e6
commit e2ffa66d07
3 changed files with 10 additions and 2 deletions

9
README.md Normal file
View 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).

View File

@ -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",

View File

@ -279,7 +279,6 @@ class AnisetteService {
.buildPath(identifier)
);
}
GC.collect();
}
}