[HOTFIX(for developer)]add publish option (fixed repo, remove version's "v") #245
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.
内容
vue.config.js
にpublish
を追加し、publish場所を固定(installer.nsh
内のAPP_PACKAGE_URL
が、ビルドリポジトリに影響されることなく、固定される)。さらに、
installer.nsh
内のAPP_PACKAGE_URL
にversion
値としてv
が入ることを抑止(vPrefixedTagName
オプションをfalse
に)この設定により、
どんな環境でビルドされても、nsis-webが見に行くダウンロード元が固定されます。nsis-webが見に行くダウンロード元リポジトリ名が定まります。(今後インストーラーのテストがしやすいように、owner
は固定していません)関連 Issue
ref #210
ref #244