Skip to content

Commit

Permalink
Fixing missing quote syntax error in nsis uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieRuderman committed Mar 22, 2023
1 parent 1342f87 commit 72b268f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-builder-lib/templates/nsis/uninstaller.nsh
Original file line number Diff line number Diff line change
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 72b268f

Please sign in to comment.