Compare commits

..

2 Commits

Author SHA1 Message Date
lencx
ee4b14daf1 v0.1.1 2022-12-07 21:01:12 +08:00
lencx
08ea541130 fix: build error 2022-12-07 21:00:19 +08:00
5 changed files with 13 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install app dependencies and build it
run: yarn && yarn build
run: yarn
- uses: tauri-apps/tauri-action@v0.3
env:

View File

@@ -5,6 +5,8 @@
> ChatGPT Desktop Application
[🚀 Download ChatGPT](https://github.com/lencx/ChatGPT/releases)
## Features
- multi-platform: `macOS` `Linux` `Windows`

View File

@@ -1,5 +1,9 @@
# UPDATE LOG
## v0.1.1
- initialization
## v0.1.0
initialization

View File

@@ -1,5 +1,9 @@
use crate::utils;
use tauri::{utils::config::WindowUrl, window::WindowBuilder, App, TitleBarStyle};
use tauri::{
utils::{config::WindowUrl, TitleBarStyle},
window::WindowBuilder,
App,
};
pub fn init(app: &mut App) -> std::result::Result<(), Box<dyn std::error::Error>> {
let conf = utils::get_tauri_conf().unwrap();

View File

@@ -7,7 +7,7 @@
},
"package": {
"productName": "ChatGPT",
"version": "0.1.0"
"version": "0.1.1"
},
"tauri": {
"allowlist": {