mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1357] [MERGED] [IMPROVEMENT] Automate release process for installer #2131
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1357
Author: @canihavesomecoffee
Created: 6/28/2021
Status: ✅ Merged
Merged: 6/28/2021
Merged by: @cfsmp3
Base:
master← Head:feature/installer📝 Commits (3)
2115c63Do not run push/pull request workflows for tagsc980d2fStop including the old UI into artifacts for Widnowseb02266Introduce WiX installer and release flow📊 Changes
5 files changed (+220 additions, -12 deletions)
View changed files
📝
.github/workflows/build_linux.yml(+2 -0)📝
.github/workflows/build_windows.yml(+2 -12)📝
.github/workflows/format.yml(+2 -0)➕
.github/workflows/release.yml(+49 -0)➕
windows/installer.wxs(+165 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Adds a WiX-based .msi installer for Windows releases, and incorporate this in the release process.
Upon the creation of a new release, the release workflow will be triggered (using the tag as partial version number) and append an .msi as artifact to the release. It will pull in the latest available release from https://github.com/CCExtractor/ccextractorfluttergui for use as GUI.
It is currently not yet using the Rust build.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.