mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-10 12:25:43 +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:
@@ -224,7 +224,7 @@ MiniVMacLauncher::MiniVMacLauncher(po::variables_map &options)
|
||||
|
||||
fs::create_symlink(
|
||||
romFile,
|
||||
tempDir / romFile.filename() );
|
||||
tempDir / "vMac.ROM" );
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user