Rudy Ges 2 anni fa
parent
commit
d4dd1d0919

+ 2 - 2
.github/workflows/main.yml

@@ -28,7 +28,7 @@ jobs:
         with:
           timeout_minutes: 10
           max_attempts: 10
-          command: choco install --no-progress nsis.portable --version 3.02 -y
+          command: choco install --no-progress nsis.portable --version 3.09 -y
 
       - name: choco install things
         shell: pwsh
@@ -143,7 +143,7 @@ jobs:
         with:
           timeout_minutes: 10
           max_attempts: 10
-          command: choco install --no-progress nsis.portable --version 3.02 -y
+          command: choco install --no-progress nsis.portable --version 3.09 -y
 
       - name: choco install things
         shell: pwsh

+ 1 - 1
extra/EnvVarUpdate.nsh

@@ -43,7 +43,7 @@
   !ifndef Un${StrFuncName}_INCLUDED
     ${Un${StrFuncName}}
   !endif
-  !define un.${StrFuncName} "${Un${StrFuncName}}"
+  !define un.${StrFuncName} '${Un${StrFuncName}}'
 !macroend
 
 !insertmacro _IncludeStrFunction StrTok

+ 1 - 1
extra/github-actions/install-nsis.yml

@@ -3,7 +3,7 @@
   with:
     timeout_minutes: 10
     max_attempts: 10
-    command: choco install --no-progress nsis.portable --version 3.02 -y
+    command: choco install --no-progress nsis.portable --version 3.09 -y
 
 - name: choco install things
   shell: pwsh