mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 04:17:19 +00:00
Rename Elegant theme to Oled and update references
The Elegant.nnwtheme files have been renamed to Oled.nnwtheme, including stylesheet, Info.plist, and template.html. References in .stylelintrc.json were updated to ignore the new stylesheet location. Documentation and build scripts were updated to reflect the new theme name.
This commit is contained in:
@@ -6,7 +6,7 @@ import { consola } from 'consola'
|
||||
|
||||
async function build() {
|
||||
try {
|
||||
const FILE_NAME = 'Elegant.nnwtheme'
|
||||
const FILE_NAME = 'Oled.nnwtheme'
|
||||
const targetDir = path.join(__dirname, '../', 'dist')
|
||||
const target = path.join(targetDir, FILE_NAME)
|
||||
const source = path.join(__dirname, '../', FILE_NAME)
|
||||
|
||||
Reference in New Issue
Block a user