File tree 2 files changed +28
-0
lines changed
tauri-schema-generator/schemas
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 2837
2837
"description" : " Configuration for Debian (.deb) bundles.\n\n See more: <https://v2.tauri.app/reference/config/#debconfig>" ,
2838
2838
"type" : " object" ,
2839
2839
"properties" : {
2840
+ "packageName" : {
2841
+ "description" : " override the debian package name." ,
2842
+ "type" : [
2843
+ " string" ,
2844
+ " null"
2845
+ ]
2846
+ },
2840
2847
"depends" : {
2841
2848
"description" : " The list of deb dependencies your application relies on." ,
2842
2849
"type" : [
2958
2965
"description" : " Configuration for RPM bundles." ,
2959
2966
"type" : " object" ,
2960
2967
"properties" : {
2968
+ "packageName" : {
2969
+ "description" : " Override the RPM package name." ,
2970
+ "type" : [
2971
+ " string" ,
2972
+ " null"
2973
+ ]
2974
+ },
2961
2975
"depends" : {
2962
2976
"description" : " The list of RPM dependencies your application relies on." ,
2963
2977
"type" : [
Original file line number Diff line number Diff line change 2837
2837
"description" : " Configuration for Debian (.deb) bundles.\n\n See more: <https://v2.tauri.app/reference/config/#debconfig>" ,
2838
2838
"type" : " object" ,
2839
2839
"properties" : {
2840
+ "packageName" : {
2841
+ "description" : " override the debian package name." ,
2842
+ "type" : [
2843
+ " string" ,
2844
+ " null"
2845
+ ]
2846
+ },
2840
2847
"depends" : {
2841
2848
"description" : " The list of deb dependencies your application relies on." ,
2842
2849
"type" : [
2958
2965
"description" : " Configuration for RPM bundles." ,
2959
2966
"type" : " object" ,
2960
2967
"properties" : {
2968
+ "packageName" : {
2969
+ "description" : " Override the RPM package name." ,
2970
+ "type" : [
2971
+ " string" ,
2972
+ " null"
2973
+ ]
2974
+ },
2961
2975
"depends" : {
2962
2976
"description" : " The list of RPM dependencies your application relies on." ,
2963
2977
"type" : [
You can’t perform that action at this time.
0 commit comments