Fix typo and remove unecessery files

Close #5071
This commit is contained in:
Rajendra Singh 2018-11-28 23:19:07 +05:30 committed by Don HO
parent 0f9aaf1626
commit 6e4f591bd1
3 changed files with 1 additions and 34 deletions

View File

@ -291,7 +291,7 @@ for %%a in (npp.*.Installer.exe) do (
set nppInstallerVar=%%a
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
set zipvar=!nppInstallerVar:Installer.exe=bin.zip!

View File

@ -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"
}
]
}

View File

@ -435,7 +435,6 @@ PluginsAdminDlg::PluginsAdminDlg()
#else //RELEASE
PathAppend(_pluginListFullPath, TEXT("nppPluginList.dll"));
#endif
;
}
generic_string PluginsAdminDlg::getPluginConfigPath() const
@ -714,7 +713,6 @@ bool PluginsAdminDlg::isValide()
return false;
}
generic_string gupPath;
if (!::PathFileExists(_updaterFullPath.c_str()))
{
return false;