blob: 81c533f45d3d48ef87494973273cd0bf27d934dd (
plain)
1
2
3
4
5
6
7
8
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"
]
|