OSDN Git Service

Use VERSION_NAME rather than Hengband when setting name of the directory with the...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 29 Sep 2020 01:23:36 +0000 (18:23 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 29 Sep 2020 01:23:36 +0000 (18:23 -0700)
src/main-cocoa.m

index 9124623..65885c5 100644 (file)
@@ -33,7 +33,7 @@
 #define kVK_ANSI_KeypadEnter 0x4C
 
 static NSString * const AngbandDirectoryNameLib = @"lib";
-static NSString * const AngbandDirectoryNameBase = @"Hengband";
+static NSString * const AngbandDirectoryNameBase = @VERSION_NAME;
 
 static NSString * const AngbandMessageCatalog = @"Localizable";
 static NSString * const AngbandTerminalsDefaultsKey = @"Terminals";