Add "ZS" to the file manager's name

This will allow for differentiation between standard 7-Zip and 7-Zip ZS
in the start menu.

Signed-off-by: Jevil7452 <98893064+Jevil7452@users.noreply.github.com>
Reviewed-by: Tino Reichardt <milky-7zip@mcmilk.de>
This commit is contained in:
Jevil7452
2023-05-27 23:39:45 +02:00
committed by Tino Reichardt
parent 888ea19c58
commit 92d1609b8a
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="7-Zip.7-Zip.7zFM" type="win32"/>
<description>7-Zip File Manager.</description>
<description>7-Zip ZS File Manager.</description>
<dependency>
<dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/></dependentAssembly>
</dependency>

View File

@@ -2,7 +2,7 @@
#include "../../GuiCommon.rc"
#include "resource.h"
MY_VERSION_INFO_APP("7-Zip File Manager", "7zFM")
MY_VERSION_INFO_APP("7-Zip ZS File Manager", "7zFM")
IDR_ACCELERATOR1 ACCELERATORS
BEGIN