Skip to content

Commit

Permalink
Moved Automatic_Backup.xml from lua directory to plugins directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Sep 16, 2010
1 parent a9ec61a commit 985c360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/mushclient.nsi
Expand Up @@ -347,7 +347,6 @@ SetOverwrite ifnewer
File "..\luacom\luacom5.lua"
File "..\lua\sandbox.lua"
File "..\lua\show_loaded.lua"
File "..\lua\Automatic_Backup.xml"

; LuaSocket

Expand Down Expand Up @@ -471,6 +470,7 @@ Section "Plugins"
File "..\plugins\Messages_Window.xml"
File "..\plugins\Calculator.xml"
File "..\plugins\Lua_Sapi.xml"
File "..\plugins\Automatic_Backup.xml"


SectionEnd
Expand Down Expand Up @@ -562,7 +562,6 @@ Section Uninstall
Delete "$INSTDIR\lua\luacom5.lua"
Delete "$INSTDIR\lua\sandbox.lua"
Delete "$INSTDIR\lua\show_loaded.lua"
Delete "$INSTDIR\lua\Automatic_Backup.xml"

Delete "$INSTDIR\lua\socket.lua"
Delete "$INSTDIR\lua\ltn12.lua"
Expand Down Expand Up @@ -702,6 +701,7 @@ Section Uninstall
Delete "$INSTDIR\worlds\plugins\Messages_Window.xml"
Delete "$INSTDIR\worlds\plugins\Calculator.xml"
Delete "$INSTDIR\worlds\plugins\Lua_Sapi.xml"
Delete "$INSTDIR\worlds\plugins\Automatic_Backup.xml"

; locale stuff

Expand Down
File renamed without changes.

0 comments on commit 985c360

Please sign in to comment.