clean up tauri boilerplate

This commit is contained in:
Brad Warren
2025-10-23 19:54:27 -07:00
committed by Brad Warren
parent fa346989e6
commit e8e9f9366c
6 changed files with 5 additions and 29 deletions

View File

@@ -1,7 +1,3 @@
# Generated by Cargo
# will have compiled files and executables
/target/
# Generated by Tauri
# will have schema files for capabilities auto-completion
/gen/schemas

View File

@@ -1,9 +1,7 @@
[package]
name = "installer-gui"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
version = "0.7.1"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,7 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "installer-gui",
"version": "0.1.0",
"productName": "Rayhunter Installer",
"identifier": "com.rayhunter-installer.app",
"build": {
"beforeDevCommand": "npm run dev",
@@ -12,7 +11,7 @@
"app": {
"windows": [
{
"title": "installer-gui",
"title": "Rayhunter Installer",
"width": 800,
"height": 600
}
@@ -23,7 +22,7 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": ["app", "appimage", "deb", "msi", "nsis", "rpm"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",