mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
Merge pull request #78 from szymonlopaciuk:fix_rom_symlink_bug
Fix error on ROM symlink creation if name non-standard
This commit is contained in:
commit
a74873bc39
@ -224,7 +224,7 @@ MiniVMacLauncher::MiniVMacLauncher(po::variables_map &options)
|
|||||||
|
|
||||||
fs::create_symlink(
|
fs::create_symlink(
|
||||||
romFile,
|
romFile,
|
||||||
tempDir / romFile.filename() );
|
tempDir / "vMac.ROM" );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user