mirror of
https://github.com/AdmiralCurtiss/WfcPatcher.git
synced 2026-09-08 11:16:00 -05:00
Change the default output filename to have (NoSSL) instead of (AltWfc). Fixes #7.
This commit is contained in:
committed by
Admiral H. Curtiss
parent
ab11a659ab
commit
9c8bd0ab07
@@ -9,7 +9,7 @@ namespace WfcPatcher {
|
||||
CommandLineArguments.ParseCommandLineArguments( args );
|
||||
|
||||
foreach ( string filename in CommandLineArguments.Filenames ) {
|
||||
string newFilename = System.IO.Path.Combine( System.IO.Path.GetDirectoryName( filename ), System.IO.Path.GetFileNameWithoutExtension( filename ) ) + " (AltWfc)" + System.IO.Path.GetExtension( filename );
|
||||
string newFilename = System.IO.Path.Combine( System.IO.Path.GetDirectoryName( filename ), System.IO.Path.GetFileNameWithoutExtension( filename ) ) + " (NoSSL)" + System.IO.Path.GetExtension( filename );
|
||||
#if !DEBUG
|
||||
try {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user