@@ -67,13 +67,16 @@ Section "install"
6767 File " ${RELEASE_DIR}\NAudio.dll"
6868 File " ${RELEASE_DIR}\NVorbis.dll"
6969 File " ${RELEASE_DIR}\System.Data.SQLite.dll"
70+ File " ${RELEASE_DIR}\System.IO.FileSystem.dll"
71+ File " ${RELEASE_DIR}\System.Security.Cryptography.Primitives.dll"
7072 File " ${RELEASE_DIR}\System.Windows.Controls.Input.Toolkit.dll"
7173 File " ${RELEASE_DIR}\WPFToolkit.dll"
7274 File " ${RELEASE_DIR}\README.txt"
7375 File " ${RELEASE_DIR}\LICENSE.txt"
7476 File " ${RELEASE_DIR}\supported.html"
7577
7678 !insertmacro InstallSubDir GameData
79+ !insertmacro InstallSubDir ja-JP
7780 !insertmacro InstallSubDir ko-KR
7881 !insertmacro InstallSubDir ru-RU
7982 !insertmacro InstallSubDir zh-Hans
@@ -122,13 +125,16 @@ Section "uninstall"
122125 Delete $INSTDIR \NAudio.dll
123126 Delete $INSTDIR \NVorbis.dll
124127 Delete $INSTDIR \System .Data.SQLite.dll
128+ Delete $INSTDIR \System .IO.FileSystem.dll
129+ Delete $INSTDIR \System .Security.Cryptography.Primitives.dll
125130 Delete $INSTDIR \System .Windows.Controls.Input.Toolkit.dll
126131 Delete $INSTDIR \WPFToolkit.dll
127132 Delete $INSTDIR \README.txt
128133 Delete $INSTDIR \LICENSE .txt
129134 Delete $INSTDIR \supported.html
130135 Delete $INSTDIR \uninstall.exe
131136 RMDir /r $INSTDIR \GameData
137+ RMDir /r $INSTDIR \ja-JP
132138 RMDir /r $INSTDIR \ko-KR
133139 RMDir /r $INSTDIR \ru-RU
134140 RMDir /r $INSTDIR \zh-Hans
0 commit comments