fix: file filtering on modpack export
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
f086233186
commit
147159be2c
8 changed files with 14 additions and 13 deletions
|
@ -34,7 +34,7 @@ class FlamePackExportTask : public Task {
|
|||
bool optionalFiles,
|
||||
InstancePtr instance,
|
||||
const QString& output,
|
||||
MMCZip::FilterFunction filter);
|
||||
MMCZip::FilterFileFunction filter);
|
||||
|
||||
protected:
|
||||
void executeTask() override;
|
||||
|
@ -51,7 +51,7 @@ class FlamePackExportTask : public Task {
|
|||
MinecraftInstance* mcInstance;
|
||||
const QDir gameRoot;
|
||||
const QString output;
|
||||
const MMCZip::FilterFunction filter;
|
||||
const MMCZip::FilterFileFunction filter;
|
||||
|
||||
struct ResolvedFile {
|
||||
int addonId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue