Add GlideN64 ini files

This commit is contained in:
zilmar 2020-04-26 14:36:13 +09:30
parent e3ce2e915b
commit 65ce3f8a05
3 changed files with 8 additions and 0 deletions

View File

@ -74,6 +74,12 @@ sub CopyArtificat()
end if
end if
if Right(lcase(filename),4)=".ini" then
if fso.FileExists(fullpath) then
fso.CopyFile fullpath, plugindir&"\GFX\GLideN64\"&filename
end if
end if
if lcase(filename)="gliden64.dll" then
if fso.FileExists(fullpath) then
fso.CopyFile fullpath, plugindir&"\GFX\GLideN64\"&filename

View File

@ -40,6 +40,7 @@ md "%base_dir%\Bin\Package\Plugin%VSPlatform%\RSP"
IF EXIST "%base_dir%\Plugin%VSPlatform%\GFX\GLideN64" (
md "%base_dir%\Bin\Package\Plugin%VSPlatform%\GFX\GLideN64"
copy "%base_dir%\Plugin%VSPlatform%\GFX\GLideN64\GLideN64.dll" "%base_dir%\Bin\Package\Plugin%VSPlatform%\GFX\GLideN64\GLideN64.dll"
copy "%base_dir%\Plugin%VSPlatform%\GFX\GLideN64\*.ini" "%base_dir%\Bin\Package\Plugin%VSPlatform%\GFX\GLideN64"
md "%base_dir%\Bin\Package\Plugin%VSPlatform%\GFX\GLideN64\translations"
copy "%base_dir%\Plugin%VSPlatform%\GFX\GLideN64\translations\*.Lang" "%base_dir%\Bin\Package\Plugin%VSPlatform%\GFX\GLideN64\translations"
)

View File

@ -11,3 +11,4 @@ Windows 2.4
- New audio plugin
- large address aware
- Ability to change defaults
- Add GlideN64