Major Hotfix 01042025@1925
Some checks failed
Build / Build (push) Failing after 52s

This commit is contained in:
Jacob Schmidt 2025-01-04 19:27:20 -06:00
parent e0ff6013f0
commit c30b5204a6
5 changed files with 15 additions and 8 deletions

View File

@ -5,9 +5,16 @@ mainprefix = "z"
[files] [files]
include = [ include = [
"forge_mod_version.json",
"*.paa", "*.paa",
"userconfig/**/*" "*.json",
"userconfig/**/*",
"mod.cpp",
"README.md",
"LICENSE",
"icon_64_ca.paa",
"icon_128_ca.paa",
"icon_128_highlight_ca.paa",
"title_co.paa"
] ]
[version] [version]

View File

@ -1,5 +1,5 @@
#define MAINPREFIX z #define MAINPREFIX z
#define PREFIX sof #define PREFIX forge
#include "script_version.hpp" #include "script_version.hpp"
@ -9,7 +9,7 @@
#define REQUIRED_VERSION 2.12 #define REQUIRED_VERSION 2.12
#ifdef COMPONENT_BEAUTIFIED #ifdef COMPONENT_BEAUTIFIED
#define COMPONENT_NAME QUOTE(SOF Mod - COMPONENT_BEAUTIFIED) #define COMPONENT_NAME QUOTE(FORGE Mod - COMPONENT_BEAUTIFIED)
#else #else
#define COMPONENT_NAME QUOTE(SOF Mod - COMPONENT) #define COMPONENT_NAME QUOTE(FORGE Mod - COMPONENT)
#endif #endif

View File

@ -1,4 +1,4 @@
#define MAJOR 1 #define MAJOR 1
#define MINOR 0 #define MINOR 0
#define PATCH 0 #define PATCH 0
#define BUILD 3 #define BUILD 0

View File

@ -1,4 +1,4 @@
class FORGE_CfgPhones { class CfgPhone {
class themes { class themes {
class bg_dark01 { class bg_dark01 {
themeName = "Dark"; // Name of theme themeName = "Dark"; // Name of theme

View File

@ -1,4 +1,4 @@
class FORGE_CfgPhones { class CfgPhone {
class themes { class themes {
class bg_dark01 { class bg_dark01 {
themeName = "Dark"; // Name of theme themeName = "Dark"; // Name of theme