We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177e581 commit 1cfed92Copy full SHA for 1cfed92
UnrealBinaryBuilder/Classes/PostBuildSettings.cs
@@ -26,7 +26,7 @@ public PostBuildSettings(MainWindow _mainWindow)
26
27
public bool CanSaveToZip()
28
{
29
- return ShouldSaveToZip() && DirectoryIsWritable(mainWindow.ZipPath.Text);
+ return ShouldSaveToZip() && DirectoryIsWritable(Path.GetDirectoryName(mainWindow.ZipPath.Text));
30
}
31
32
public bool ShouldSaveToZip()
0 commit comments