Unify loader assets across shells

This commit is contained in:
Shantur Rathore
2025-11-22 21:20:29 +00:00
parent 92420d9e02
commit e9f3c4ee52
11 changed files with 437 additions and 451 deletions

View File

@@ -4,9 +4,9 @@
"version": "0.1.0",
"identifier": "ai.opencode.client",
"build": {
"beforeDevCommand": "",
"beforeDevCommand": "npm run prebuild",
"beforeBuildCommand": "npm run bundle:server",
"frontendDist": "../src"
"frontendDist": "resources/ui-loading"
},
"app": {
"withGlobalTauri": true,
@@ -14,7 +14,7 @@
{
"label": "main",
"title": "CodeNomad",
"url": "index.html",
"url": "loading.html",
"width": 1400,
"height": 900,
"minWidth": 800,
@@ -34,9 +34,8 @@
"bundle": {
"active": true,
"resources": [
"../src/index.html",
"../src/icon.png",
"resources/server"
"resources/server",
"resources/ui-loading"
],
"icon": ["icon.icns", "icon.ico", "icon.png"],
"targets": ["app", "appimage", "deb", "rpm", "nsis"]