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:
Szymon Łopaciuk 2019-02-05 23:52:14 +00:00
parent e8f346cc9f
commit fe00dde02b
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ MiniVMacLauncher::MiniVMacLauncher(po::variables_map &options)
fs::create_symlink(
romFile,
tempDir / romFile.filename() );
tempDir / "vMac.ROM" );
}
/*