update electron version, rename files to prompt.ts and prompt.less

This commit is contained in:
sawka
2023-08-03 14:29:06 -07:00
parent fb823cfd79
commit d289026a98
11 changed files with 109 additions and 163 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const path = require("path");
function makeBuildStr() {
let buildStr = moment().format("YYYYMMDD-HHmmss");
console.log("ScriptHaus Electron " + VERSION + " build " + buildStr);
console.log("Prompt Electron " + VERSION + " build " + buildStr);
return buildStr;
}