From 961b7153f45b00c6db7177c2c21ba310f35e8020 Mon Sep 17 00:00:00 2001 From: Frog Date: Thu, 20 Nov 2025 02:55:35 -0800 Subject: [PATCH 1/2] Added Info about CI Builds to ReadMe / Added Status Badge for CI Builds / Added Status Badge for Latest Release - Added Info about CI Builds to ReadMe - Added Status Badge for CI Builds - Added Status Badge for Latest Release --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 540e058..6e07241 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -### [Forked] CreamInstaller: Automatic DLC Unlocker Installer & Configuration Generator +### [Revived] CreamInstaller: Automatic DLC Unlocker Installer & Configuration Generator +[![Latest Release](https://img.shields.io/github/v/release/FroggMaster/CreamInstaller?label=latest%20release)](https://github.com/FroggMaster/CreamInstaller/releases/latest) [![CI Build](https://github.com/FroggMaster/CreamInstaller/actions/workflows/ci-builds.yml/badge.svg)](https://github.com/FroggMaster/CreamInstaller/actions/workflows/ci-builds.yml) ![Program Preview Image](https://raw.githubusercontent.com/FroggMaster/CreamInstaller/main/preview.png) @@ -26,6 +27,14 @@ games and DLCs the user selects; however, through the use of **right-click conte * Automatic DLL installation and configuration generation for CreamAPI, Koaloader, ScreamAPI, Uplay R1 Unlocker and Uplay R2 Unlocker. * Automatic uninstallation of DLLs and configurations for CreamAPI, Koaloader, SmokeAPI, ScreamAPI, Uplay R1 Unlocker and Uplay R2 Unlocker. * Automatic reparation of the Paradox Launcher (and manually via the right-click context menu "Repair" option). *For when the launcher updates whilst you have CreamAPI, SmokeAPI or ScreamAPI installed to it.* +--- +
+ Continuous Integration (CI) Builds + + - CreamInstaller is automatically built and tested using GitHub Actions on every push to the **main** branch. + You can view all recent CI build runs by click the status badge at the top or here here: [![CI Build](https://github.com/FroggMaster/CreamInstaller/actions/workflows/ci-builds.yml/badge.svg)](https://github.com/FroggMaster/CreamInstaller/actions/workflows/ci-builds.yml) + +
--- #### Installation: From 8577e6df7fd04e84844178e3df28884ad1edaf1f Mon Sep 17 00:00:00 2001 From: Frog Date: Thu, 20 Nov 2025 23:03:26 -0800 Subject: [PATCH 2/2] Update README.md - Correct typo/extra word. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e07241..f5c8d4f 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,7 @@ games and DLCs the user selects; however, through the use of **right-click conte
Continuous Integration (CI) Builds - - CreamInstaller is automatically built and tested using GitHub Actions on every push to the **main** branch. - You can view all recent CI build runs by click the status badge at the top or here here: [![CI Build](https://github.com/FroggMaster/CreamInstaller/actions/workflows/ci-builds.yml/badge.svg)](https://github.com/FroggMaster/CreamInstaller/actions/workflows/ci-builds.yml) + - CreamInstaller is automatically built and tested using GitHub Actions on every push to the **main** branch. You can view all recent CI build runs by clicking the status badge at the top or here: [![CI Build](https://github.com/FroggMaster/CreamInstaller/actions/workflows/ci-builds.yml/badge.svg)](https://github.com/FroggMaster/CreamInstaller/actions/workflows/ci-builds.yml)