Skip to content

Commit

Permalink
add remove AppData Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorkim committed Nov 27, 2017
1 parent dbc887b commit b021db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/entryx64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Section "Uninstall"
; Remove directories used
RMDir "$SMPROGRAMS\EntryLabs\${PRODUCT_NAME}"
RMDir /r "$INSTDIR"
RMDir /r "$APPDATA\${PRODUCT_NAME}"

SectionEnd

Expand Down
1 change: 1 addition & 0 deletions build/entryx86.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Section "Uninstall"
; Remove directories used
RMDir "$SMPROGRAMS\EntryLabs\${PRODUCT_NAME}"
RMDir /r "$INSTDIR"
RMDir /r "$APPDATA\${PRODUCT_NAME}"

SectionEnd

Expand Down

0 comments on commit b021db2

Please sign in to comment.