Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • @Spiff I'm meaning readable natively by the OS as an icon for a file manager. Windows won't read a tar that way
    – Force Gaia
    Commented Dec 21, 2020 at 2:38
  • Oh I see. You'll just need to package them in the normal native way for each platform. For macOS, they go in your .app bundle's Resources directory. For any OS, you can find a way to build them into the data segment of that OS's native executable binary format.
    – Spiff
    Commented Dec 21, 2020 at 2:47