Skip to content

Commit 31b5ce6

Browse files
authored
chore: Warn users to force update if innounp is on version 2025 (#71)
1 parent 797d330 commit 31b5ce6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Action/Issue/Extraction.psm1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,14 @@ function Show-ExtractionHelpTips {
105105
'- Inno Setup package decompression/extraction error',
106106
'Make sure you have the latest version of `innounp` or `innounp-unicode` installed:',
107107
' ```',
108-
' scoop update innounp',
108+
' scoop update innounp -f',
109109
' ```',
110110
' ```',
111-
' scoop update innounp-unicode',
111+
' scoop update innounp-unicode -f',
112112
' ```',
113+
'> [!NOTE]',
114+
'> Innounp was previously incorrectly updated to version [2025](https://github.com/ScoopInstaller/Main/commit/64a7d914ab). Since this version number is higher than the actual latest version, it prevents automatic updates. If you are on this version, please run `scoop update innounp -f`.',
115+
'',
113116
'> [!IMPORTANT]',
114117
'> **Sometimes, the latest version of innounp may not support unpacking the latest Inno Setup packages.**',
115118
'> **You might need to wait for an upstream update of innounp.**',

0 commit comments

Comments
 (0)