Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-17616

Rapps multi-arch support

    XMLWordPrintable

Details

    Description

      Rapps needs a way to identify the architecture for software.
      Currently this is the format:

      [Section]
       Name = My fun stuff-o-matic
       RegName = Name in Registry
       Version = 1.1.1
       License = GPL
       Description = Shortish description giving some additional background information about what it does.
       SizeBytes = 10485760
       Category = 5
       URLSite = https://example.org/
       URLDownload = https://ftp.example.org/pub/installer.exe
       Screenshot1 = Screenshot URL
       Icon = Icon filename in icons folder (with .ico extension)
            
       [Section.0419] ; 0419 - for Russian language
       Description = Description in Russian language
      

      The proposal is to add architecture specific options:

      [Section.amd64]
      URLDownload = whatever
      SizeBytes = 123
      SHA1 = 123123123123123
      

      And for translations we will have this:

      [Section.0419.amd64]
      URLDownload = whatever
      SizeBytes = 123
      SHA1 = 123123123123123
      

      Attachments

        Issue Links

          Activity

            People

              ThePhysicist Timo Kreuzer
              learn_more Mark Jansen
              Votes:
              2 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: