From f9590536d3b929b0e84e8aeaaeb37b6c671a5ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Lampron?= Date: Sat, 30 Nov 2024 00:16:42 -0500 Subject: [PATCH] Add pack title --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a2ed1371..fac144ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ before_package: $version = (get-item ".\publish\PoeLurker.exe").VersionInfo | % {("{0}.{1}.{2}" -f $_.ProductMajorPart,$_.ProductMinorPart,$_.ProductBuildPart)} - vpk pack -u PoeLurker -v $($version) -p .\publish --icon .\TrayIcon.ico -e PoeLurker.exe + vpk pack -u PoeLurker -v $($version) -p .\publish --icon .\TrayIcon.ico -e PoeLurker.exe --packTitle "Poe Lurker" after_build: - pwsh: Rename-Item -Path ".\Releases\PoeLurker-win-Setup.exe" -NewName "PoeLurker.exe" artifacts: