[PR #1357] [MERGED] [IMPROVEMENT] Automate release process for installer #2131

Closed
opened 2026-01-29 17:20:26 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: feature/installer


📝 Commits (3)

  • 2115c63 Do not run push/pull request workflows for tags
  • c980d2f Stop including the old UI into artifacts for Widnows
  • eb02266 Introduce 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):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • [] I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1357 **Author:** [@canihavesomecoffee](https://github.com/canihavesomecoffee) **Created:** 6/28/2021 **Status:** ✅ Merged **Merged:** 6/28/2021 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `feature/installer` --- ### 📝 Commits (3) - [`2115c63`](https://github.com/CCExtractor/ccextractor/commit/2115c6354918bb0b4f15f3bb60a8c4efe758d29b) Do not run push/pull request workflows for tags - [`c980d2f`](https://github.com/CCExtractor/ccextractor/commit/c980d2f4a1ddc0b245400fef35f3fa2358c9c61a) Stop including the old UI into artifacts for Widnows - [`eb02266`](https://github.com/CCExtractor/ccextractor/commit/eb022668ebd7a9ff8da0dd002590b183592a9cbb) Introduce WiX installer and release flow ### 📊 Changes **5 files changed** (+220 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. - [] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [x] I am an active contributor to CCExtractor. --- Adds a [WiX](https://wixtoolset.org/)-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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:20:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2131