fish 7 months ago
parent
commit
a3395e889d
2 changed files with 36 additions and 2 deletions
  1. 35 1
      README.md
  2. 1 1
      docker-compose.yml

+ 35 - 1
README.md

@@ -14,7 +14,41 @@ cargo create-tauri-app
 
 
 ```
 ```
 
 
-## 
+## Pake
+
+基于tauri 快速构建桌面应用,只需输入网址即可:
+https://github.dev/tw93/Pake
+
+```
+# 配置 rustup
+PATH="$HOME/.cargo/bin:$PATH"
+# 修改 1.78 为版本1.77.2
+vim /usr/lib/node_modules/pake-cli/src-tauri/Cargo.toml
+
+# 修复 ubuntu24 错误
+vim /etc/apt/sources.list.d/ubuntu.sources
+
+Types: deb
+URIs: http://gb.archive.ubuntu.com/ubuntu
+Suites: jammy
+Components: main
+
+apt update
+apt install libwebkit2gtk-4.0-dev \
+    build-essential \
+    curl \
+    wget \
+    file \
+    libssl-dev \
+    libgtk-3-dev \
+    libayatana-appindicator3-dev \
+    librsvg2-dev
+
+pake https://weekly.tw93.fun --name weekly --hide-title-bar
+
+```
+
+## Reference
 
 
 下面是tauri 打包跨平台应用:
 下面是tauri 打包跨平台应用:
 
 

+ 1 - 1
docker-compose.yml

@@ -2,7 +2,7 @@ version: '3.4'
 
 
 services:
 services:
   aa:
   aa:
-    image: jianboy/tauri:latest
+    image: jianboy/tauri-cli:latest
     # build:
     # build:
     #   context: .
     #   context: .
     #   dockerfile: ./Dockerfile
     #   dockerfile: ./Dockerfile