mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee4b14daf1 | ||
|
|
08ea541130 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
|
||||
> ChatGPT Desktop Application
|
||||
|
||||
[🚀 Download ChatGPT](https://github.com/lencx/ChatGPT/releases)
|
||||
|
||||
## Features
|
||||
|
||||
- multi-platform: `macOS` `Linux` `Windows`
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# UPDATE LOG
|
||||
|
||||
## v0.1.1
|
||||
|
||||
- initialization
|
||||
|
||||
## v0.1.0
|
||||
|
||||
initialization
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "ChatGPT",
|
||||
"version": "0.1.0"
|
||||
"version": "0.1.1"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
||||
Reference in New Issue
Block a user