Skip to content

Commit

Permalink
Add GlideN64 ini files
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Apr 26, 2020
1 parent e3ce2e9 commit 65ce3f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/Script/copy_GLideN64.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Source/Script/package_zip.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
1 change: 1 addition & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Windows 2.4
- New audio plugin
- large address aware
- Ability to change defaults
- Add GlideN64

0 comments on commit 65ce3f8

Please sign in to comment.