2024-08-06 09:07:21 +08:00
|
|
|
//
|
|
|
|
// Created by taynpg on 24-8-6.
|
|
|
|
//
|
|
|
|
|
|
|
|
#include "FunctionImp.h"
|
2024-08-06 10:18:09 +08:00
|
|
|
|
2024-08-06 13:52:19 +08:00
|
|
|
CFunPack::CFunPack() = default;
|
|
|
|
|
|
|
|
bool CFunPack::gen(const wxString& out_dir, const wxArrayString& dirs)
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
CFunInstall::CFunInstall()
|
2024-08-06 10:18:09 +08:00
|
|
|
= default;
|
|
|
|
|
2024-08-06 13:52:19 +08:00
|
|
|
bool CFunInstall::install(const wxString& file, const wxString& ico)
|
2024-08-06 10:18:09 +08:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|