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

View File

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