mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
parent
0f9aaf1626
commit
6e4f591bd1
@ -291,7 +291,7 @@ for %%a in (npp.*.Installer.exe) do (
|
|||||||
set nppInstallerVar=%%a
|
set nppInstallerVar=%%a
|
||||||
set nppInstallerVar64=!nppInstallerVar:Installer.exe=Installer.x64.exe!
|
set nppInstallerVar64=!nppInstallerVar:Installer.exe=Installer.x64.exe!
|
||||||
|
|
||||||
rem nppInstallerVar should be the version for exemple: 6.9
|
rem nppInstallerVar should be the version for example: 6.9
|
||||||
rem we put npp.6.9. + (bin.zip instead of Installer.exe) into var zipvar
|
rem we put npp.6.9. + (bin.zip instead of Installer.exe) into var zipvar
|
||||||
set zipvar=!nppInstallerVar:Installer.exe=bin.zip!
|
set zipvar=!nppInstallerVar:Installer.exe=bin.zip!
|
||||||
|
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "npp-pluginList",
|
|
||||||
"version": "1.0",
|
|
||||||
"id": "b7fce57c3485abbb3a3e6a1f5f9e4f1f3d712a84271e6e6552002be9d6b3bbae",
|
|
||||||
"npp-plugins" : [
|
|
||||||
{
|
|
||||||
"folder-name": "switcher",
|
|
||||||
"display-name": "switcher",
|
|
||||||
"repository": "https://github/npp_plugins/",
|
|
||||||
"description": "Switcher: a plugin to switch between 'associated' files. Currently it handles switching between asm, inc, cpp, h, cch and ch. Useful when assigned to a hotkey.",
|
|
||||||
"author":"f0dder",
|
|
||||||
"homepage": "http://f0dder.dcmembers.com/npp_plugins/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"folder-name": "mime-tools",
|
|
||||||
"display-name": "Mime tools",
|
|
||||||
"repository": "https://github/npp_plugins/mimetools/",
|
|
||||||
"description": "MIME plugin for Notepad++ implements several main functionnalities defined in MIME (Multipurpose Internet Mail Extensions).",
|
|
||||||
"author":"Don HO",
|
|
||||||
"homepage": "https://github.com/npp-plugins/mimetools"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"folder-name": "nppConvert",
|
|
||||||
"display-name": "NppConvert",
|
|
||||||
"repository": "https://github.com/npp-plugins/converter",
|
|
||||||
"description": "NppConvert is a ASCII<->Hex converter plugin for Notepad++.",
|
|
||||||
"author":"Don HO",
|
|
||||||
"homepage": "https://github.com/npp-plugins/converter"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -435,7 +435,6 @@ PluginsAdminDlg::PluginsAdminDlg()
|
|||||||
#else //RELEASE
|
#else //RELEASE
|
||||||
PathAppend(_pluginListFullPath, TEXT("nppPluginList.dll"));
|
PathAppend(_pluginListFullPath, TEXT("nppPluginList.dll"));
|
||||||
#endif
|
#endif
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
generic_string PluginsAdminDlg::getPluginConfigPath() const
|
generic_string PluginsAdminDlg::getPluginConfigPath() const
|
||||||
@ -714,7 +713,6 @@ bool PluginsAdminDlg::isValide()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
generic_string gupPath;
|
|
||||||
if (!::PathFileExists(_updaterFullPath.c_str()))
|
if (!::PathFileExists(_updaterFullPath.c_str()))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user