mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
set filename to aegisub
This commit is contained in:
parent
9e6e70151f
commit
de98234da9
@ -26,20 +26,6 @@ eyedropper_cursor CURSOR "../bitmaps/windows/eyedropper.cur"
|
||||
#include "git_version.h"
|
||||
#include <Winver.h>
|
||||
|
||||
#ifdef _DEBUG
|
||||
#ifdef _WIN64
|
||||
#define AGI_RC_FILENAME "aegisub64d"
|
||||
#else
|
||||
#define AGI_RC_FILENAME "aegisub32d"
|
||||
#endif
|
||||
#else
|
||||
#ifdef _WIN64
|
||||
#define AGI_RC_FILENAME "aegisub64"
|
||||
#else
|
||||
#define AGI_RC_FILENAME "aegisub32"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define AGI_RC_FLAG_DEBUG VS_FF_DEBUG
|
||||
#else
|
||||
@ -68,8 +54,8 @@ BEGIN
|
||||
VALUE "CompanyName", "Aegisub"
|
||||
VALUE "FileDescription", "Aegisub subtitle editor"
|
||||
VALUE "FileVersion", BUILD_GIT_VERSION_STRING
|
||||
VALUE "InternalName", AGI_RC_FILENAME
|
||||
VALUE "OriginalFilename", AGI_RC_FILENAME ".exe"
|
||||
VALUE "InternalName", "aegisub"
|
||||
VALUE "OriginalFilename", "aegisub.exe"
|
||||
VALUE "ProductName", "Aegisub"
|
||||
VALUE "ProductVersion", BUILD_GIT_VERSION_STRING
|
||||
END
|
||||
|
Loading…
x
Reference in New Issue
Block a user