-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyInstaller: ビルドドキュメントでPyInstallerを使うようにする #505
PyInstaller: ビルドドキュメントでPyInstallerを使うようにする #505
Conversation
PRありがとうございます!! たしかにREADMEでビルドできるのとReleaseにあるものはかなり乖離してますね・・・。VOICEVOX RESOURCEとかも。 |
いい感じの文が思いつかなかったですが、とりあえずの文を入れてみました。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
コメント内容、良いと思います!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
コメント内容、良いと思います!
(cherry picked from commit 3f35ffd)
内容
題の通り。
ただ、今までのビルドドキュメントはcuda関連ファイルも
include-data-file
引数で渡していたのに対し、今のCIではln -s
などを駆使してコピーしているので、CIとビルドドキュメントが不釣り合いになっていて、できる成果物が違っているので、そこに関する注釈などを書くべきかもしれない...?関連 Issue
ref #439