mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
fixed error if destination folder did not exist already.
This commit is contained in:
@@ -243,7 +243,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
if( isJavaNeeded() ) then
|
if( isJavaNeeded() ) then
|
||||||
UnZip(ExpandConstant('{tmp}')+'\java.zip',ExpandConstant('{app}'));
|
if(ForceDirectories(ExpandConstant('{app}'))) then
|
||||||
|
UnZip(ExpandConstant('{tmp}')+'\java.zip',ExpandConstant('{app}'));
|
||||||
MinecraftDownloadPage.Hide;
|
MinecraftDownloadPage.Hide;
|
||||||
end;
|
end;
|
||||||
Result := True;
|
Result := True;
|
||||||
|
Reference in New Issue
Block a user