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:
parent
70d519de64
commit
a7709f80cc
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/nicegui-org/nicegui/v2/tauri-conf-schema.json",
|
||||
"productName": "Onyx",
|
||||
"version": "0.1.0",
|
||||
"identifier": "com.onyx.app",
|
||||
|
|
@ -29,7 +28,7 @@
|
|||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"targets": ["appimage", "deb"],
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
|
|
|||
Loading…
Reference in a new issue