From 5587b25e4174a730a592ccfa8465bd0903f87943 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Thu, 9 May 2024 13:48:52 +0200 Subject: [PATCH] =?UTF-8?q?Cambiadas=20variables=20para=20adecuarse=20al?= =?UTF-8?q?=20nuevo=20nombre=20y=20versi=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 8 ++++---- release/Info.plist | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index c534822..b17b0db 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -executable = coffee_crisis +executable = coffee_crisis_ae source = source/*.cpp source/common/*.cpp -appName = Coffee Crisis -releaseFolder = cc_release -version = v2.3 +appName = Coffee Crisis Arcade Edition +releaseFolder = ccae_release +version = v0.01 # Release names windowsRelease = $(executable)-$(version)-win32-x64.zip diff --git a/release/Info.plist b/release/Info.plist index 5ad6205..edfc4f2 100644 --- a/release/Info.plist +++ b/release/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion es CFBundleDisplayName - coffee_crisis + coffee_crisis arcade edition CFBundleExecutable coffee_crisis CFBundleIconFile @@ -13,15 +13,15 @@ CFBundleIconName icon CFBundleIdentifier - net.jailgames.coffee_crisis + net.jailgames.coffee_crisis_arcade_edition CFBundleInfoDictionaryVersion 6.0 CFBundleName - coffee_crisis + coffee_crisis_arcade_edition CFBundlePackageType APPL CFBundleShortVersionString - 2.2a + 0.01 CFBundleSignature ???? CFBundleVersion