diff options
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/branding/raveos/supporters.js')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/branding/raveos/supporters.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/supporters.js b/raveos-calamares-theme/etc/calamares/branding/raveos/supporters.js new file mode 100644 index 0000000..81c533f --- /dev/null +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/supporters.js @@ -0,0 +1,9 @@ +// RaveOS supporters list +// The Calamares finished page reads this file (finishedq.qml). +// One name per line. The list can also be refreshed during install from: +// https://page.rp1.hu/supporters.js +.pragma library + +var names = [ + "New Supporter" +] |