Skip to content
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

[HOTFIX(for developer)]add publish option (fixed repo, remove version's "v") #245

Merged
merged 2 commits into from
Sep 20, 2021

Conversation

y-chan
Copy link
Member

@y-chan y-chan commented Sep 20, 2021

内容

vue.config.jspublishを追加し、publish場所を固定(installer.nsh内のAPP_PACKAGE_URLが、ビルドリポジトリに影響されることなく、固定される)。
さらに、installer.nsh内のAPP_PACKAGE_URLversion値としてvが入ることを抑止(vPrefixedTagNameオプションをfalseに)

この設定により、どんな環境でビルドされても、nsis-webが見に行くダウンロード元が固定されます。 nsis-webが見に行くダウンロード元リポジトリ名が定まります。(今後インストーラーのテストがしやすいように、ownerは固定していません)

関連 Issue

ref #210
ref #244

@y-chan y-chan changed the title add publish option (fixed owner and repo, remove version's "v") [HOTFIX(for developer)]add publish option (fixed owner and repo, remove version's "v") Sep 20, 2021
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

おー、なるほどです! LGTM!

ownerは外しておくと誰でもデバッグしやすくなりそうなので、外させて頂きます。
(問題ありそうであれば言って頂ければ!)

vue.config.js Outdated Show resolved Hide resolved
@Hiroshiba Hiroshiba merged commit 43ce70a into VOICEVOX:release-0.6 Sep 20, 2021
@oov
Copy link
Contributor

oov commented Sep 20, 2021

お手数をおかけして申し訳ありません。
URL 直書きではなく ${APP_PACKAGE_URL} を使うように変更することによる影響を予測できていませんでした。

@y-chan y-chan changed the title [HOTFIX(for developer)]add publish option (fixed owner and repo, remove version's "v") [HOTFIX(for developer)]add publish option (fixed repo, remove version's "v") Sep 20, 2021
Hiroshiba added a commit that referenced this pull request Sep 21, 2021
* To 0.6.0 (#242)

* update openapi

* update updateInfos.json

* update htu

* update design

* update version

* [HOTFIX(for developer)]add publish option (fixed owner and repo, remove version's "v") (#245)

* add publish option (fixed owner and repo, remove version's "v")

* Apply suggestions from code review

Co-authored-by: Hiroshiba <[email protected]>

Co-authored-by: Yuto Ashida <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants