Fix packaged renderer asset paths and bump to 1.1.13
Build and Release / build (push) Has been cancelled

This commit is contained in:
Sucukdeluxe
2026-02-27 04:09:08 +01:00
parent cbc1ffa18b
commit 7fe7192bdb
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ import path from "node:path";
export default defineConfig({
plugins: [react()],
base: "./",
root: path.resolve(__dirname, "src/renderer"),
publicDir: path.resolve(__dirname, "assets"),
build: {