This commit is contained in:
Lin Yu-Chieh (Victor) 2024-01-31 21:25:35 +08:00
parent 78e94cb77e
commit d94a482d33
6 changed files with 7 additions and 7 deletions

View File

@ -150,7 +150,7 @@
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="del /Q &quot;$(TargetDir)*.pdb&quot;&#xD;&#xA;del /Q &quot;$(TargetDir)PowerToys*.dll&quot;&#xD;&#xA;del /Q &quot;$(TargetDir)Wox*.dll&quot;&#xD;&#xA;del /Q &quot;$(TargetDir)Ijwhost.dll&quot;&#xD;&#xA;del /Q &quot;$(TargetDir)*.xml&quot;&#xD;&#xA;del/ Q &quot;$(TargetDir)backup_restore_settings.json&quot;&#xD;&#xA;powershell Compress-Archive -Path $(TargetDir) -DestinationPath .\bin\EverythingPT-$(Version)-x64.zip -Force&#xD;&#xA;&quot;C:\Program Files (x86)\NSIS\makensis&quot; /Dver=$(Version) .\NSIS\exeCreator.nsi&#xD;&#xA;certUtil -hashfile .\bin\EverythingPT-$(Version)-x64.zip SHA256 &gt;&gt; .\bin\CHECKSUM.txt&#xD;&#xA;certUtil -hashfile .\bin\EverythingPT-$(Version)-x64.exe SHA256 &gt;&gt; .\bin\CHECKSUM.txt" />
<Exec Command="del /Q &quot;$(TargetDir)*.pdb&quot;&#xD;&#xA;del /Q &quot;$(TargetDir)PowerToys*.dll&quot;&#xD;&#xA;del /Q &quot;$(TargetDir)Wox*.dll&quot;&#xD;&#xA;del /Q &quot;$(TargetDir)Ijwhost.dll&quot;&#xD;&#xA;del /Q &quot;$(TargetDir)*.xml&quot;&#xD;&#xA;del/ Q &quot;$(TargetDir)backup_restore_settings.json&quot;&#xD;&#xA;powershell Compress-Archive -Path $(TargetDir) -DestinationPath .\bin\EverythingPT-$(Version)-x64.zip -Force&#xD;&#xA;&quot;C:\Program Files (x86)\NSIS\makensis&quot; /Dver=$(Version) .\NSIS\exeCreator.nsi&#xD;&#xA;certUtil -hashfile .\bin\EverythingPT-$(Version)-x64.zip SHA256 &gt;&gt; .\bin\CHECKSUM.txt&#xD;&#xA;certUtil -hashfile .\bin\EverythingPT-$(Version)-x64.exe SHA256 &gt;&gt; .\bin\CHECKSUM.txt&#xD;&#xA;rd /Q /S &quot;$(TargetDir)&quot;" />
</Target>
</Project>

View File

@ -11,7 +11,7 @@ LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
VIProductVersion "${ver}.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${EPT} Setup"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "lin-ycv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© lin-ycv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "lin-ycv"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Everything search plugin for PowerToys Run"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${ver}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "${ver}"
@ -38,7 +38,7 @@ Section ""
;ExecWait '"$%SystemRoot%\system32\TaskKill.exe" /F /IM ${PT}'
ExecWait 'wmic process where name="${PT}" call terminate'
Sleep 1000
Sleep 3000
SetOutPath $INSTDIR
GetFullPathName $0 "$EXEDIR\"

View File

@ -350,7 +350,7 @@ namespace Community.PowerToys.Run.Plugin.Everything.Properties {
}
/// <summary>
/// Looks up a localized string similar to New version available for EverythingPowerToys.
/// Looks up a localized string similar to Install new version of EverythingPowerToys?
///Clicking &apos;No&apos; will disable future notice for this version.
///
///Installed: {0}

View File

@ -215,7 +215,7 @@
<value>Set Ctrl+C to copy file/folder, Ctrl+Alt+C to copy path.</value>
</data>
<data name="UpdateAvailable" xml:space="preserve">
<value>New version available for EverythingPowerToys.
<value>Install new version of EverythingPowerToys?
Clicking 'No' will disable future notice for this version.
Installed: {0}

View File

@ -185,7 +185,7 @@
<value>啟用時檢查是否有更新</value>
</data>
<data name="UpdatesAvailable" xml:space="preserve">
<value>EverythingPowerToys有新版可以安裝
<value>更新EverythingPowerToys?
按 '否' 不再通知這版的更新
安裝版本:{0}

View File

@ -4,7 +4,7 @@
"IsGlobal": true,
"Name": "Everything",
"Author": "Yu Chieh (Victor) Lin",
"Version": "0.77.0",
"Version": "0.78.0",
"Language": "csharp",
"Website": "https://github.com/Lin-ycv/EverythingPowerToys",
"ExecuteFileName": "Community.PowerToys.Run.Plugin.Everything.dll",