Skip to content

Commit

Permalink
fix: missing quote syntax error in nsis uninstaller (#7490)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieRuderman committed Mar 22, 2023
1 parent c1deace commit 278a3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-builder-lib/templates/nsis/uninstaller.nsh
Expand Up @@ -115,7 +115,7 @@ Function un.restoreFiles
Goto continue

isNotDir:
Rename $PLUGINSDIR\old-install$R0\$R2" "$INSTDIR$R0\$R2"
Rename "$PLUGINSDIR\old-install$R0\$R2" "$INSTDIR$R0\$R2"

continue:
FindNext $R1 $R2
Expand Down

0 comments on commit 278a3df

Please sign in to comment.