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
-7
View File
@@ -1,7 +0,0 @@
{
"recommendations": [
"svelte.svelte-vscode",
"tauri-apps.tauri-vscode",
"rust-lang.rust-analyzer"
]
}
-3
View File
@@ -1,3 +0,0 @@
{
"svelte.enable-ts-plugin": true
}
-7
View File
@@ -1,7 +0,0 @@
# Tauri + SvelteKit + TypeScript
This template should help get you started developing with Tauri, SvelteKit and TypeScript in Vite.
## Recommended IDE Setup
[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer).
-4
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
+2 -4
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
+3 -4
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",