chore: use electron-vite build

This commit is contained in:
linyuchen
2024-03-02 10:45:42 +08:00
parent e9e8288f34
commit f7b9d599c3
11 changed files with 5158 additions and 119 deletions

View File

@@ -1,5 +1,5 @@
import fs = require("fs");
import path = require("path");
import fs from "fs";
import path from"path";
import {version} from "../src/version";
const manifestPath = path.join(__dirname, "../manifest.json");
function readManifest(): any{