Details
- 
    Improvement 
- 
    Resolution: Fixed
- 
    Major 
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
- is duplicated by
- 
                    CORE-11193 RAPPS text files do not seem to support multiple achitectures (x86, IA64, etc). -         
- Resolved
 
-         
- relates to
- 
                    CORE-14922 Make 64 bits great again -         
- Open
 
-         
- 
                    CORE-17604 ReactOS ARM port bring up -         
- Open
 
-         
- 
                    CORE-18200 ReactOS ARM64 port bring up -         
- Open
 
-