We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba6e0a commit 0b5f4acCopy full SHA for 0b5f4ac
packaging/windows/buildpackage.nsi
@@ -87,7 +87,6 @@ Section "Game" GAME
87
File "${SRCDIR}\OpenAL-CS.dll"
88
File "${SRCDIR}\global mix database.dat"
89
File "${SRCDIR}\MaxMind.Db.dll"
90
- File "${SRCDIR}\GeoLite2-Country.mmdb.gz"
91
File "${SRCDIR}\eluant.dll"
92
File "${SRCDIR}\rix0rrr.BeaconLib.dll"
93
File "${DEPSDIR}\soft_oal.dll"
@@ -182,7 +181,6 @@ Function ${UN}Clean
182
181
Delete $INSTDIR\${MOD_ID}.ico
183
Delete "$INSTDIR\global mix database.dat"
184
Delete $INSTDIR\MaxMind.Db.dll
185
- Delete $INSTDIR\GeoLite2-Country.mmdb.gz
186
Delete $INSTDIR\KopiLua.dll
187
Delete $INSTDIR\soft_oal.dll
188
Delete $INSTDIR\SDL2.dll
0 commit comments