From 5e9f9b83a0864d658651bf2737d6e4f503df94d3 Mon Sep 17 00:00:00 2001
From: 2fort sink <87287937+OEMunlag@users.noreply.github.com>
Date: Sat, 30 Dec 2023 13:57:01 -0300
Subject: [PATCH 1/4] Update Rectify11.es.resx
---
Rectify11Installer/Strings/Rectify11.es.resx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Rectify11Installer/Strings/Rectify11.es.resx b/Rectify11Installer/Strings/Rectify11.es.resx
index f05bb0f5c..f61fbc1c6 100644
--- a/Rectify11Installer/Strings/Rectify11.es.resx
+++ b/Rectify11Installer/Strings/Rectify11.es.resx
@@ -415,7 +415,7 @@
Panel de control rectificado
- Hemos mejorado varios detalles en el panel de control, como por ejemplo, modernizando visuales antiguos y aƱadiendo de vuelta categorias removidad
+ Hemos mejorado varios detalles en el panel de control, como por ejemplo, modernizando visuales antiguos y aƱadiendo de vuelta categorias removidas
Necesitas ayuda o Soporte Tecnico?
From 62d7754d10b914ad343c2504be845a64d1fba944 Mon Sep 17 00:00:00 2001
From: 2fort sink <87287937+OEMunlag@users.noreply.github.com>
Date: Thu, 22 Feb 2024 15:54:16 -0800
Subject: [PATCH 2/4] Disable compression in Action because the .exe file is
already compressed
---
.github/workflows/build.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 911996423..e6613cdad 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,4 +41,5 @@ jobs:
name: Rectify11Installer (x64)
# A file, directory or wildcard pattern that describes what to upload
path: Rectify11Installer\bin\output\Release\Rectify11Installer.exe
-
\ No newline at end of file
+
+ compression-level: 0
From 0cea98505b96bc35aa93d8d4c9dbe811240af1b1 Mon Sep 17 00:00:00 2001
From: 2fort sink <87287937+OEMunlag@users.noreply.github.com>
Date: Thu, 22 Feb 2024 16:06:13 -0800
Subject: [PATCH 3/4] Update build.yml
---
.github/workflows/build.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e6613cdad..fdb890cfc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,5 +41,4 @@ jobs:
name: Rectify11Installer (x64)
# A file, directory or wildcard pattern that describes what to upload
path: Rectify11Installer\bin\output\Release\Rectify11Installer.exe
-
- compression-level: 0
+ compression-level: 1
From 087020b972b9a47137716dead0819db12298f463 Mon Sep 17 00:00:00 2001
From: 2fort sink <87287937+OEMunlag@users.noreply.github.com>
Date: Thu, 22 Feb 2024 23:30:11 -0300
Subject: [PATCH 4/4] Upgrade Upload artifact version to support compression
Upgrade Upload artifact version to support compression
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fdb890cfc..bb3cafd49 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -35,10 +35,10 @@ jobs:
- name: Create single exe
run: Rectify11Installer\ILRepack.exe Rectify11Installer\bin\Release\Rectify11Installer.exe /out:Rectify11Installer\bin\output\Release\Rectify11Installer.exe Rectify11Installer\bin\Release\libmsstyle.dll Rectify11Installer\bin\Release\TaskDialog.dll
- name: Upload Rectify11Installer
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v4.3.1
with:
# Artifact name
name: Rectify11Installer (x64)
# A file, directory or wildcard pattern that describes what to upload
path: Rectify11Installer\bin\output\Release\Rectify11Installer.exe
- compression-level: 1
+ compression-level: 0