🔧 Simplified configuration

This commit is contained in:
Tw93
2024-12-02 20:25:29 +08:00
parent e9c8657eec
commit 4ecfd650cc
8 changed files with 18 additions and 24 deletions

32
src-tauri/Cargo.lock generated
View File

@@ -62,22 +62,6 @@ version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
[[package]]
name = "app"
version = "0.1.0"
dependencies = [
"cargo-bloat",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-clipboard-manager",
"tauri-plugin-global-shortcut",
"tauri-plugin-http",
"tauri-plugin-oauth",
"tauri-plugin-window-state",
]
[[package]]
name = "arboard"
version = "3.4.1"
@@ -2412,6 +2396,22 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "pake"
version = "0.1.0"
dependencies = [
"cargo-bloat",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-clipboard-manager",
"tauri-plugin-global-shortcut",
"tauri-plugin-http",
"tauri-plugin-oauth",
"tauri-plugin-window-state",
]
[[package]]
name = "pango"
version = "0.18.3"

View File

@@ -1,11 +1,10 @@
[package]
name = "app"
name = "pake"
version = "0.1.0"
description = "🤱🏻 Turn any webpage into a desktop app with Rust."
authors = ["Tw93"]
license = "MIT"
repository = "https://github.com/tw93/Pake"
default-run = "app"
edition = "2021"
rust-version = "1.78.0"

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,7 @@
{
"productName": "WeRead",
"identifier": "com.pake.weread",
"version": "1.0.0",
"version": "2.0.0",
"plugins": {},
"app": {
"security": {

View File

@@ -1,6 +1,5 @@
{
"productName": "weread",
"identifier": "com.pake.weread",
"bundle": {
"icon": ["png/weread_512.png"],
"active": true,

View File

@@ -1,6 +1,4 @@
{
"productName": "WeRead",
"identifier": "com.pake.weread",
"bundle": {
"icon": ["icons/weread.icns"],
"active": true,

View File

@@ -1,6 +1,4 @@
{
"identifier": "com.pake.weread",
"productName": "WeRead",
"bundle": {
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
"active": true,