blob: 2e9859d611c63086dce43e8b5926c8156a175ed8 (
plain)
1
2
3
4
5
6
7
8
|
// RaveOS supporters list
// The Calamares finished page reads this file (finishedq.qml).
// One name per line inside the array. The list can also be refreshed
// during install from: https://page.rp1.hu/supporters.js
.pragma library
var names = [
]
|