Skip to content

Adding app versions

David Anderson edited this page Nov 28, 2022 · 2 revisions

To remotely add an app version:

Create a zip file containing the following structure

appname/
    version/
        platform/
            executable
            [version.xml]
            ...

This is the same as the structure described here: https://boinc.berkeley.edu/trac/wiki/AppVersionNew

For example:

uppercase/
    7.2/
        windows_intelx86/
            uc_win32_7_2.exe

Then go to the 'Add app version' web page, select this zip file, and click OK.

Clone this wiki locally