-
Notifications
You must be signed in to change notification settings - Fork 346
build: エンジンの配置ディレクトリを変更 #1611
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
build: エンジンの配置ディレクトリを変更 #1611
Conversation
Hiroshiba
left a comment
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です!!
ディレクトリは衝突を避けるためにvv-engineにするのはどうでしょう。
prefixがvvなのはforkアプリの事を考えてのことです。
(VVPPエンジンがインストールされるとこはvvpp-enginesなので、vvは許されるかなと。)
あと忘れないうちにアップデート時にしなくちゃいけないアナウンスリストにエンジンディレクトリの変更を加えておきました。
|
|
Hiroshiba
left a comment
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!!
ちょっと @y-chan さんのコメントをお待ちしたいと思います!
フォークは名前を変えてるので気にする必要はあまりないと思います。 |
|
@sevenc-nanashi あ、衝突気にしてたのはfork先じゃなくelectronでした。 |
y-chan
left a comment
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です!
|
皆さんレビューありがとうございます!! @sevenc-nanashi さんのおっしゃる通り |
|
エディタは自動ビルドが走っているのでチェックが楽ですね・・・! |
This reverts commit bc1d6ab.
This reverts commit bc1d6ab.
## 内容 0.15.2をマージします。 #1611 のrevertを再度revertしています。 (revert commitを残すの忘れていたのでcherry-pickですが・・・。) ## その他
内容
今までエンジンをエディタの実行ファイルと同じディレクトリに展開していました。
これを別の別のディレクトリに移動することで問題を回避します。
関連 Issue
その他
とりあえずディレクトリ名は
engineにしました。個人のリポジトリでリリースビルドはできました。
WindowsとLinuxは動作テストをしましたがMacは所有していないためテストできていません。