mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
finalize/source/main.c: bump REQUIRED_VERSION and application version
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include "basetik_bin.h"
|
#include "basetik_bin.h"
|
||||||
|
|
||||||
#define CIFINISH_PATH "/cifinish.bin"
|
#define CIFINISH_PATH "/cifinish.bin"
|
||||||
#define REQUIRED_VERSION 2
|
#define REQUIRED_VERSION 3
|
||||||
|
|
||||||
// 0x10
|
// 0x10
|
||||||
struct finish_db_header {
|
struct finish_db_header {
|
||||||
@@ -157,7 +157,7 @@ int main(int argc, char* argv[])
|
|||||||
gfxInitDefault();
|
gfxInitDefault();
|
||||||
consoleInit(GFX_TOP, NULL);
|
consoleInit(GFX_TOP, NULL);
|
||||||
|
|
||||||
puts("custom-install-finalize v1.1");
|
puts("custom-install-finalize v1.2");
|
||||||
|
|
||||||
finalize_install();
|
finalize_install();
|
||||||
puts("\nPress START or B to exit.");
|
puts("\nPress START or B to exit.");
|
||||||
|
|||||||
Reference in New Issue
Block a user