mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
Fix error on ROM symlink creation if name non-standard
This fixes a bug that appeares when using LaunchAPPL with Mini vMac and a ROM which name is not "vMac.ROM". Signed-off-by: Szymon Łopaciuk <szymon@lopaciuk.eu>
This commit is contained in:
parent
e8f346cc9f
commit
fe00dde02b
@ -224,7 +224,7 @@ MiniVMacLauncher::MiniVMacLauncher(po::variables_map &options)
|
||||
|
||||
fs::create_symlink(
|
||||
romFile,
|
||||
tempDir / romFile.filename() );
|
||||
tempDir / "vMac.ROM" );
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user