Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: wrong DisplayName of nsis installer #1037

Closed
1 task done
a-mnich opened this issue Jan 26, 2025 · 1 comment
Closed
1 task done

[Bug]: wrong DisplayName of nsis installer #1037

a-mnich opened this issue Jan 26, 2025 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@a-mnich
Copy link

a-mnich commented Jan 26, 2025

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

When updating/analyzing Jellyfin.Server the DisplayName is analyzed as DisplayName: Jellyfin Server $_44_ while the package actually installs as Jellyfin.Server 10.10.5

NSIS installer source code

komac update Jellyfin.Server --version 10.10.5 --urls https://github.com/jellyfin/jellyfin-server-windows/releases/download/10.10.5/jellyfin_10.10.5_windows-x64.exe

# Created with komac v2.9.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json

PackageIdentifier: Jellyfin.Server
PackageVersion: 10.10.5
InstallerLocale: en-US
InstallerType: nullsoft
Scope: machine
UpgradeBehavior: install
ReleaseDate: 2025-01-25
AppsAndFeaturesEntries:
- DisplayName: Jellyfin Server $_44_
InstallationMetadata:
  DefaultInstallLocation: '%ProgramFiles%\Jellyfin\Server'
Installers:
- Architecture: x64
  InstallerUrl: https://github.com/jellyfin/jellyfin-server-windows/releases/download/10.10.5/jellyfin_10.10.5_windows-x64.exe
  InstallerSha256: 2AF264CB60A1A12B39B9C326D5AE3E21D49C0F255E71F428CD0E88966CAEA71F
ManifestType: installer
ManifestVersion: 1.9.0
@a-mnich a-mnich added bug Something isn't working help wanted Extra attention is needed labels Jan 26, 2025
@russellbanks
Copy link
Owner

Thanks for the report!

Result of komac analyse on main:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants