[PR #1902] [MERGED] fix(release): Update Flutter GUI files and add versioned filenames #2694

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1902
Author: @cfsmp3
Created: 12/25/2025
Status: Merged
Merged: 12/25/2025
Merged by: @cfsmp3

Base: masterHead: fix/release-versioned-filenames-and-flutter-gui


📝 Commits (2)

  • affa348 fix(installer): Update Flutter GUI files for v0.7.0
  • 07cc78c feat(release): Add version numbers to release asset filenames

📊 Changes

2 files changed (+45 additions, -6 deletions)

View changed files

📝 .github/workflows/release.yml (+13 -5)
📝 windows/installer.wxs (+32 -1)

📄 Description

Summary

  • Update installer.wxs to match Flutter GUI v0.7.0 file structure
  • Add version numbers to release asset filenames

Installer changes for Flutter GUI v0.7.0:

  • Removed: window_size_plugin.dll
  • Added: screen_retriever_plugin.dll, window_manager_plugin.dll
  • Added: AssetManifest.bin, shaders/ink_sparkle.frag
  • Added: window_manager/images/*.png (4 files)

Versioned filenames:

  • CCExtractor.msiCCExtractor.0.96.2.msi
  • CCExtractor_win_portable.zipCCExtractor.0.96.2_win_portable.zip
  • ccextractor_minimal.tar.gzccextractor.0.96.2.tar.gz

Test plan

🤖 Generated with Claude Code


🔄 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/1902 **Author:** [@cfsmp3](https://github.com/cfsmp3) **Created:** 12/25/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `fix/release-versioned-filenames-and-flutter-gui` --- ### 📝 Commits (2) - [`affa348`](https://github.com/CCExtractor/ccextractor/commit/affa34848c1c60b3f811dfe9a6fc8f92c6908268) fix(installer): Update Flutter GUI files for v0.7.0 - [`07cc78c`](https://github.com/CCExtractor/ccextractor/commit/07cc78c2f1b2cb7413693a6850d1f9c34729209b) feat(release): Add version numbers to release asset filenames ### 📊 Changes **2 files changed** (+45 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+13 -5) 📝 `windows/installer.wxs` (+32 -1) </details> ### 📄 Description ## Summary - Update installer.wxs to match Flutter GUI v0.7.0 file structure - Add version numbers to release asset filenames ### Installer changes for Flutter GUI v0.7.0: - **Removed:** `window_size_plugin.dll` - **Added:** `screen_retriever_plugin.dll`, `window_manager_plugin.dll` - **Added:** `AssetManifest.bin`, `shaders/ink_sparkle.frag` - **Added:** `window_manager/images/*.png` (4 files) ### Versioned filenames: - `CCExtractor.msi` → `CCExtractor.0.96.2.msi` - `CCExtractor_win_portable.zip` → `CCExtractor.0.96.2_win_portable.zip` - `ccextractor_minimal.tar.gz` → `ccextractor.0.96.2.tar.gz` ## Test plan - [x] Tested on fork: https://github.com/cfsmp3/ccextractor/releases/tag/v0.96.2-test 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <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:23:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2694