Open
Conversation
laorange
requested changes
Sep 9, 2024
Owner
laorange
left a comment
There was a problem hiding this comment.
感谢,目前的部分已检查,能够正常运行。一些小改动备注在review中了。
期待的功能:
- 基于GitHub Action,能将tauri打包好的产物放在Release中
src-tauri/Cargo.toml
Outdated
| name = "app" | ||
| version = "0.1.0" | ||
| description = "A Tauri App" | ||
| authors = ["you"] |
Owner
There was a problem hiding this comment.
和package.json/tauri.config里的信息最好是匹配的
| "build-go": "vue-tsc --noEmit && vite build --base=/dist/", | ||
| "preview": "vite preview" | ||
| "preview": "vite preview", | ||
| "tauri-build": "tauri build" |
Owner
There was a problem hiding this comment.
像这样新增一个需要执行命令的,tauri build这类的命令,最好也加入到package.json的scripts当中,因为这是个以node作为根目录包管理的仓库。此处需要加上
Owner
|
建议先在你Fork的仓库中试试GitHub Action |
workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.