diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-19 14:38:06 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-19 14:38:06 -0700 |
commit | 36e7572e2c395161594287768ed86a92f0291fda (patch) | |
tree | fa0365bea5afa854481d7b7c0755857f9b918e3c /packaging | |
parent | 3b615fd98c6ebedbcedb474087f4cb1e59382002 (diff) | |
download | mana-36e7572e2c395161594287768ed86a92f0291fda.tar.gz mana-36e7572e2c395161594287768ed86a92f0291fda.tar.bz2 mana-36e7572e2c395161594287768ed86a92f0291fda.tar.xz mana-36e7572e2c395161594287768ed86a92f0291fda.zip |
Fixed the uninstallation portion of the nsi script while it's still on
my mind.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/setup.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index c380e7b7..a151e3cd 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -226,6 +226,7 @@ Section Uninstall RMDir "$SMPROGRAMS\Aethyra" RMDir /r "$INSTDIR\data" RMDir /r "$INSTDIR\docs" + RMDir /r "$INSTDIR\po" RMDir /r "$INSTDIR\updates" RMDir "$INSTDIR" |