mirror of
https://github.com/lin-ycv/EverythingPowerToys.git
synced 2025-01-08 11:57:59 +08:00
v0.78.0
This commit is contained in:
parent
78e94cb77e
commit
d94a482d33
@ -150,7 +150,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="del /Q "$(TargetDir)*.pdb"
del /Q "$(TargetDir)PowerToys*.dll"
del /Q "$(TargetDir)Wox*.dll"
del /Q "$(TargetDir)Ijwhost.dll"
del /Q "$(TargetDir)*.xml"
del/ Q "$(TargetDir)backup_restore_settings.json"
powershell Compress-Archive -Path $(TargetDir) -DestinationPath .\bin\EverythingPT-$(Version)-x64.zip -Force
"C:\Program Files (x86)\NSIS\makensis" /Dver=$(Version) .\NSIS\exeCreator.nsi
certUtil -hashfile .\bin\EverythingPT-$(Version)-x64.zip SHA256 >> .\bin\CHECKSUM.txt
certUtil -hashfile .\bin\EverythingPT-$(Version)-x64.exe SHA256 >> .\bin\CHECKSUM.txt" />
|
||||
<Exec Command="del /Q "$(TargetDir)*.pdb"
del /Q "$(TargetDir)PowerToys*.dll"
del /Q "$(TargetDir)Wox*.dll"
del /Q "$(TargetDir)Ijwhost.dll"
del /Q "$(TargetDir)*.xml"
del/ Q "$(TargetDir)backup_restore_settings.json"
powershell Compress-Archive -Path $(TargetDir) -DestinationPath .\bin\EverythingPT-$(Version)-x64.zip -Force
"C:\Program Files (x86)\NSIS\makensis" /Dver=$(Version) .\NSIS\exeCreator.nsi
certUtil -hashfile .\bin\EverythingPT-$(Version)-x64.zip SHA256 >> .\bin\CHECKSUM.txt
certUtil -hashfile .\bin\EverythingPT-$(Version)-x64.exe SHA256 >> .\bin\CHECKSUM.txt
rd /Q /S "$(TargetDir)"" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
@ -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\"
|
||||
|
2
Properties/Resources.Designer.cs
generated
2
Properties/Resources.Designer.cs
generated
@ -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 'No' will disable future notice for this version.
|
||||
///
|
||||
///Installed: {0}
|
||||
|
@ -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}
|
||||
|
@ -185,7 +185,7 @@
|
||||
<value>啟用時檢查是否有更新</value>
|
||||
</data>
|
||||
<data name="UpdatesAvailable" xml:space="preserve">
|
||||
<value>EverythingPowerToys有新版可以安裝
|
||||
<value>更新EverythingPowerToys?
|
||||
按 '否' 不再通知這版的更新
|
||||
|
||||
安裝版本:{0}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user