Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tu6ge/tauri-publish-app

用 aliyun OSS 管理 tauri 项目版本的一个桌面应用
https://github.com/tu6ge/tauri-publish-app

oss tauri tauri-app

Last synced: 23 days ago
JSON representation

用 aliyun OSS 管理 tauri 项目版本的一个桌面应用

Awesome Lists containing this project

README

        

# Tauri Publish App

用 aliyun OSS 管理 tauri 项目版本的一个桌面应用

## 使用到的

- [tauri-vue-template](https://github.com/Uninen/tauri-vue-template)
- [aliyun-oss-client](https://github.com/tu6ge/oss)

## 功能

- 可以将本地打包的 msi 文件一键上传到 OSS
- 可以一键修改发行版本的服务器配置文件
- 借助以下配置,结合 Tauri 文档说明,可实现应用的自动更新

```json
"tauri":{
...
"updater": {
"active": true,
"endpoints": [
"https://xxx.aliyuncs.com/app-config.json"
],
"dialog": true,
"pubkey": "xxxxxxxxxxxxxxxxx"
},
}

```

## 局限性

目前只支持 windows 平台的 msi 包的升级功能