Skip to content

Commit

Permalink
Merge pull request #655 from input-output-hk/fix-outdated-publisher
Browse files Browse the repository at this point in the history
Replace outdated Publisher
  • Loading branch information
domenkozar authored Jan 10, 2018
2 parents 810b11f + a5f5885 commit d9afc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/WindowsInstaller.hs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ writeInstallerNSIS fullVersion = do

-- Uninstaller
writeRegStr HKLM "Software/Microsoft/Windows/CurrentVersion/Uninstall/Daedalus" "InstallLocation" "$INSTDIR\\Daedalus"
writeRegStr HKLM "Software/Microsoft/Windows/CurrentVersion/Uninstall/Daedalus" "Publisher" "Eureka Solutions LLC"
writeRegStr HKLM "Software/Microsoft/Windows/CurrentVersion/Uninstall/Daedalus" "Publisher" "IOHK"
writeRegStr HKLM "Software/Microsoft/Windows/CurrentVersion/Uninstall/Daedalus" "ProductVersion" (str fullVersion)
writeRegStr HKLM "Software/Microsoft/Windows/CurrentVersion/Uninstall/Daedalus" "VersionMajor" (str . (!! 0). parseVersion $ fullVersion)
writeRegStr HKLM "Software/Microsoft/Windows/CurrentVersion/Uninstall/Daedalus" "VersionMinor" (str . (!! 1). parseVersion $ fullVersion)
Expand Down

0 comments on commit d9afc5d

Please sign in to comment.