From c139f655bc8c66c85b352f51a40390888bfa48fb Mon Sep 17 00:00:00 2001 From: AdeonMaster Date: Sat, 11 May 2024 16:46:42 +0300 Subject: [PATCH] Added app icon to context menu items --- postinstall/template.reg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/postinstall/template.reg b/postinstall/template.reg index f55382f..81fc22b 100644 --- a/postinstall/template.reg +++ b/postinstall/template.reg @@ -27,43 +27,51 @@ Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\shell\zTEXiPy] "MUIVerb"="[zTEXiPy] Convert to .TEX..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\shell\zTEXiPy\command] @="INTERNAL_INSTALLATION_PATH -tt \"%1\"" [HKEY_CLASSES_ROOT\SystemFileAssociations\.dds\shell\zTEXiPy] "MUIVerb"="[zTEXiPy] Convert to .TEX..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\SystemFileAssociations\.dds\shell\zTEXiPy\command] @="INTERNAL_INSTALLATION_PATH -tt \"%1\"" [HKEY_CLASSES_ROOT\SystemFileAssociations\.webp\shell\zTEXiPy] "MUIVerb"="[zTEXiPy] Convert to .TEX..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\SystemFileAssociations\.webp\shell\zTEXiPy\command] @="INTERNAL_INSTALLATION_PATH -tt \"%1\"" [HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\shell\zTEXiPy] "MUIVerb"="[zTEXiPy] Convert to .TEX..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\shell\zTEXiPy\command] @="INTERNAL_INSTALLATION_PATH -tt \"%1\"" [HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\shell\zTEXiPy] "MUIVerb"="[zTEXiPy] Convert to .TEX..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\shell\zTEXiPy\command] @="INTERNAL_INSTALLATION_PATH -tt \"%1\"" [HKEY_CLASSES_ROOT\SystemFileAssociations\.png\shell\zTEXiPy] "MUIVerb"="[zTEXiPy] Convert to .TEX..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\SystemFileAssociations\.png\shell\zTEXiPy\command] @="INTERNAL_INSTALLATION_PATH -tt \"%1\"" [HKEY_CLASSES_ROOT\SystemFileAssociations\.tga\shell\zTEXiPy] "MUIVerb"="[zTEXiPy] Convert to .TEX..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\SystemFileAssociations\.tga\shell\zTEXiPy\command] @="INTERNAL_INSTALLATION_PATH -tt \"%1\"" ; Convert to... from tex [HKEY_CLASSES_ROOT\SystemFileAssociations\.tex\shell\zTEXiPy] "MUIVerb"="[zTEXiPy] Convert to..." +"Icon"="INTERNAL_INSTALLATION_PATH" "subcommands"="" [HKEY_CLASSES_ROOT\SystemFileAssociations\.tex\shell\zTEXiPy\shell\a_tga] @@ -94,6 +102,7 @@ Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\zTEXiPy] "MUIVerb"="[zTEXiPy] Batch convert to..." +"Icon"="INTERNAL_INSTALLATION_PATH" "subcommands"="" [HKEY_CLASSES_ROOT\Directory\Background\shell\zTEXiPy] [HKEY_CLASSES_ROOT\Directory\Background\shell\zTEXiPy\shell\a_tga] @@ -123,6 +132,7 @@ Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\zTEXiPy] "MUIVerb"="[zTEXiPy] Batch convert to..." +"Icon"="INTERNAL_INSTALLATION_PATH" "subcommands"="" [HKEY_CLASSES_ROOT\Directory\shell\zTEXiPy] [HKEY_CLASSES_ROOT\Directory\shell\zTEXiPy\shell\a_tga] @@ -153,20 +163,24 @@ Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\zTEXiPa_dir] "MUIVerb"="[zTEXiPy] Open directory..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\Directory\Background\shell\zTEXiPa_dir\command] @="INTERNAL_INSTALLATION_PATH -GUI \"%V\"" [HKEY_CLASSES_ROOT\Directory\shell\zTEXiPa_dir] "MUIVerb"="[zTEXiPy] Open directory..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\Directory\shell\zTEXiPa_dir\command] @="INTERNAL_INSTALLATION_PATH -GUI \"%V\"" [HKEY_CLASSES_ROOT\Directory\Background\shell\zTEXiPy_tex] "MUIVerb"="[zTEXiPy] Batch convert to .TEX..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\Directory\Background\shell\zTEXiPy_tex\command] @="INTERNAL_INSTALLATION_PATH -tt \"%V\"" [HKEY_CLASSES_ROOT\Directory\shell\zTEXiPy_tex] "MUIVerb"="[zTEXiPy] Batch convert to .TEX..." +"Icon"="INTERNAL_INSTALLATION_PATH" [HKEY_CLASSES_ROOT\Directory\shell\zTEXiPy_tex\command] @="INTERNAL_INSTALLATION_PATH -tt \"%V\"" \ No newline at end of file -- GitLab