mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
Add more edit options, some small fixes.
This commit is contained in:
parent
65bbece9cf
commit
54460c39f3
13 changed files with 697 additions and 227 deletions
|
|
@ -18,7 +18,7 @@ public partial class Mod
|
|||
// - Containing no symbols invalid for FFXIV or windows paths.
|
||||
internal static DirectoryInfo CreateModFolder( DirectoryInfo outDirectory, string modListName )
|
||||
{
|
||||
var name = Path.GetFileNameWithoutExtension( modListName );
|
||||
var name = modListName;
|
||||
if( name.Length == 0 )
|
||||
{
|
||||
name = "_";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue