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:
Wolfgang Thaller 2019-02-07 22:51:15 +01:00 committed by GitHub
commit a74873bc39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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