mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
chore: use electron-vite build
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user