diff --git a/Makefile.w32 b/Makefile.w32
index 998279b..ac8e9d9 100644
--- a/Makefile.w32
+++ b/Makefile.w32
@@ -11,7 +11,7 @@ install:
if not exist $(Scenes) mkdir $(Scenes)
xcopy /s /y PlushPlayer\scenes $(Scenes)
xcopy /y PlushPlayer\Release\PlushPlayer.exe $(Release)
- xcopy /y Matedit\Release\Matedit.exe $(Release)
+ xcopy /y Matedit\Release\MatEdit.exe $(Release)
xcopy /y Matedit\standard.scx $(Release)
powershell "((Get-Content -path .\releasetemplates\Readme.tmpl -Raw) -replace '{Version}', '$(Version)') | Set-Content -Path $(Release)\Readme.txt"
cd $(Release)
diff --git a/MatEdit/Matedit.vcxproj b/MatEdit/Matedit.vcxproj
index 64acb5e..42b7ef1 100644
--- a/MatEdit/Matedit.vcxproj
+++ b/MatEdit/Matedit.vcxproj
@@ -14,7 +14,7 @@
17.0
{2547E963-3F42-4FE0-A85D-C9DE5BD22A53}
Matedit2
- Matedit
+ MatEdit
@@ -86,7 +86,7 @@
depui.lib;scene.lib;plush.lib;expat.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);ucrtd.lib;vcruntime.lib;kernel32.lib
- .\Debug/Matedit.exe
+ .\Debug/MatEdit.exe
true
..\expat\lib\Debug;..\Depui\Lib\Debug;..\contrib\grx248\Debug;..\Scene\Debug;..\plush\debug;%(AdditionalLibraryDirectories)
true
@@ -134,7 +134,7 @@
grx20.lib;depui.lib;scene.lib;plush.lib;expat.lib;%(AdditionalDependencies)
- .\Release/Matedit.exe
+ .\Release/MatEdit.exe
true
..\expat\lib\Release;..\Depui\Lib\Release;..\contrib\grx248\Release;..\Scene\Release;..\plush\Release;%(AdditionalLibraryDirectories)
.\Release/Matedit2.pdb
diff --git a/releasetemplates/Readme.tmpl b/releasetemplates/Readme.tmpl
index e0dfe0f..1526908 100644
--- a/releasetemplates/Readme.tmpl
+++ b/releasetemplates/Readme.tmpl
@@ -8,6 +8,11 @@ Matedit.exe
===========
A material editor which allows interactive manipulating materials of objects in a scene.
+Linux binaries
+==============
+There are binaries provided for Ubuntu Linux as well.
+They are named PlushPlayer and MatEdit.
+
What is the Plush library?
==========================
Both programs use the 3D plush library, formerly available here http://www.nullsoft.com/free/plush/.