Skip to content

Commit 4ecfd65

Browse files
committed
🔧 Simplified configuration
1 parent e9c8657 commit 4ecfd65

File tree

8 files changed

+18
-24
lines changed

8 files changed

+18
-24
lines changed

src-tauri/Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
2-
name = "app"
2+
name = "pake"
33
version = "0.1.0"
44
description = "🤱🏻 Turn any webpage into a desktop app with Rust."
55
authors = ["Tw93"]
66
license = "MIT"
77
repository = "https://github.com/tw93/Pake"
8-
default-run = "app"
98
edition = "2021"
109
rust-version = "1.78.0"
1110

src-tauri/icons/chatgpt.icns

105 KB
Binary file not shown.

src-tauri/icons/weread.icns

-291 KB
Binary file not shown.

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "WeRead",
33
"identifier": "com.pake.weread",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"plugins": {},
66
"app": {
77
"security": {

src-tauri/tauri.linux.conf.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"productName": "weread",
3-
"identifier": "com.pake.weread",
43
"bundle": {
54
"icon": ["png/weread_512.png"],
65
"active": true,

src-tauri/tauri.macos.conf.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"productName": "WeRead",
3-
"identifier": "com.pake.weread",
42
"bundle": {
53
"icon": ["icons/weread.icns"],
64
"active": true,

src-tauri/tauri.windows.conf.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"identifier": "com.pake.weread",
3-
"productName": "WeRead",
42
"bundle": {
53
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
64
"active": true,

0 commit comments

Comments
 (0)