Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Rollback to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Jan 27, 2019
1 parent da10dd1 commit 93dec59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build/desktop-messenger.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,13 @@ section "uninstall"
delete "$DESKTOP\${APPNAME}.lnk"

# Remove files
delete "$INSTDIR\**\**"
rmDir "$INSTDIR\*"
delete "$INSTDIR\*.*"
delete "$INSTDIR\locales\*.*"
delete "$INSTDIR\resources\*.*"
delete "$INSTDIR\swiftshader\*.*"
rmDir "$INSTDIR\swiftshader"
rmDir "$INSTDIR\resources"
rmDir "$INSTDIR\locales"

# Always delete uninstaller as the last action
delete $INSTDIR\uninstall.exe
Expand Down

0 comments on commit 93dec59

Please sign in to comment.