chore: restrict bundle targets to appimage and deb, remove bad schema

Remove the incorrect $schema pointing to a NiceGUI URL. Change bundle
targets from "all" to ["appimage", "deb"] to avoid rpm build failures
on machines without rpm tools.
This commit is contained in:
Tristan Michael 2026-04-01 01:04:26 -07:00
parent 70d519de64
commit a7709f80cc

View file

@ -1,5 +1,4 @@
{ {
"$schema": "https://raw.githubusercontent.com/nicegui-org/nicegui/v2/tauri-conf-schema.json",
"productName": "Onyx", "productName": "Onyx",
"version": "0.1.0", "version": "0.1.0",
"identifier": "com.onyx.app", "identifier": "com.onyx.app",
@ -29,7 +28,7 @@
}, },
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": ["appimage", "deb"],
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",