mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-26 15:32:08 +00:00
Start cloud langpack support.
Change the way langpacks are stored. Support custom langpacks in the new storage.
This commit is contained in:
@@ -51,7 +51,7 @@ int Processor::launch() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool Processor::write(const Langpack &langpack) const {
|
||||
bool Processor::write(const LangPack &langpack) const {
|
||||
bool forceReGenerate = false;
|
||||
QDir dir(options_.outputPath);
|
||||
if (!dir.mkpath(".")) {
|
||||
|
||||
Reference in New Issue
Block a user