Various theme, icon and language fixes
This commit is contained in:
parent
8016ac2f81
commit
688dcae3b0
17 changed files with 228 additions and 78 deletions
|
@ -70,16 +70,6 @@ async function createManifest(layout: LayoutConfig, alreadyWritten: string[]) {
|
|||
const height: string = svg.$.height;
|
||||
if(width !== height){
|
||||
console.warn("WARNING: the icon for theme "+layout.id+" is not square. Please square the icon at "+icon+"\n Width = "+width, "height =", height)
|
||||
/* const process = exec("inkscape " + icon, ((error, stdout, stderr) => {
|
||||
console.log("Inkscape: ", stdout)
|
||||
if (error !== null) {
|
||||
console.error(error)
|
||||
}
|
||||
if (stderr !== "") {
|
||||
console.error(stderr)
|
||||
}
|
||||
}))//*/
|
||||
|
||||
}
|
||||
|
||||
const builder = new xml2js.Builder();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue