mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Fix Quotation Marks
This commit is contained in:
parent
663106ca34
commit
3e3d840ce6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace MPN00BS
|
|||
#elif OS_LINUX
|
||||
string executable = Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "LINUX", "flash.elf");
|
||||
#elif OS_MACOS
|
||||
string executable = Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", “MACOS”, "flash.app”, “Contents”, “MacOS”, “Flash Player”);
|
||||
string executable = Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "MACOS", "flash.app", "Contents", "MacOS", "Flash Player");
|
||||
#else
|
||||
MessageBox.Show(null,"ERROR: No path for flash projector specified on this platform", "Porting error", MessageBoxButtons.Ok);
|
||||
string executable = Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "WINDOWS", "flash.exe");
|
||||
|
|
Loading…
Add table
Reference in a new issue