Console App: Remove Codes about Store Logo and Base 64

This commit is contained in:
Bruce
2025-02-24 13:33:46 +08:00
parent 83fb7dda4e
commit ff0cebc7cc
5 changed files with 33 additions and 335 deletions

View File

@@ -15,7 +15,6 @@
#include "resource.h"
#include "res2.h"
#include "PackageManager.h"
#include "base64logo.h"
#include "AppLauncher.h"
#include "ToastNotification.h"
#include "pkginfo.h"
@@ -509,8 +508,8 @@ void TaskInstallPackage ()
{
ReadPackageInfo ();
wcout << StrPrintFormatW (GetRCString_cpp (PAGE_2_TITLE).c_str (), g_pkgInfo.getPropertyName ().c_str ()) << endl;
wcout << GetRCString_cpp (PAGE_2_INSTALL);
LoadCert ();
wcout << GetRCString_cpp (PAGE_2_INSTALL);
InstallPackage ();
}
else