Skip to content

Commit

Permalink
feat: cleanup base template
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Feb 8, 2024
1 parent bd45e8e commit 1f8adeb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"withGlobalTauri": true,
{% endif %}"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "{% package_name %}",
"width": 800,
"height": 600
Expand Down
2 changes: 0 additions & 2 deletions templates/_base_/src-tauri/%(stable)%tauri.conf.json.lte
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
},
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "{% package_name %}",
"width": 800,
"height": 600
Expand Down
2 changes: 1 addition & 1 deletion templates/_base_/src-tauri/Cargo.toml.lte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

{% if mobile %}[lib]
name = "{% lib_name %}"
crate-type = ["staticlib", "cdylib", "rlib"]
crate-type = ["lib", "cdylib"]

{% endif %}{% if stable %}[build-dependencies]
tauri-build = { version = "1.5", features = [] }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./schemas/desktop-schema.json",
"identifier": "main-capability",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
Expand Down

0 comments on commit 1f8adeb

Please sign in to comment.