diff options
Diffstat (limited to 'src/tools/Anope Install Script.nsi')
-rw-r--r-- | src/tools/Anope Install Script.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/Anope Install Script.nsi b/src/tools/Anope Install Script.nsi index a8ec24ef4..219750278 100644 --- a/src/tools/Anope Install Script.nsi +++ b/src/tools/Anope Install Script.nsi @@ -102,6 +102,7 @@ File "anope-1.8.8\anope.bat" File "anope-1.8.8\data\languages\gr"
File "anope-1.8.8\data\languages\hun"
File "anope-1.8.8\data\languages\it"
+ File "anope-1.8.8\data\languages\ja_utf8"
File "anope-1.8.8\data\languages\nl"
File "anope-1.8.8\data\languages\pl"
File "anope-1.8.8\data\languages\pt"
@@ -492,6 +493,7 @@ Section Uninstall Delete "$INSTDIR\data\languages\pt"
Delete "$INSTDIR\data\languages\pl"
Delete "$INSTDIR\data\languages\nl"
+ Delete "$INSTDIR\data\languages\ja_utf8"
Delete "$INSTDIR\data\languages\it"
Delete "$INSTDIR\data\languages\hun"
Delete "$INSTDIR\data\languages\gr"
|