mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-01-20 01:30:19 +00:00
Add Altirra.sh as default runner path for LINUX and MACOSX
And replace invalid WS_WIN32 constant
This commit is contained in:
parent
60226bc23c
commit
030ce92027
@ -83,8 +83,10 @@ public final class RunnerPaths {
|
|||||||
public RunnerPaths() {
|
public RunnerPaths() {
|
||||||
runnerPaths = new TreeMap<String, RunnerPath>();
|
runnerPaths = new TreeMap<String, RunnerPath>();
|
||||||
// See https://github.com/peterdell/wudsn-ide-tools
|
// See https://github.com/peterdell/wudsn-ide-tools
|
||||||
add(Hardware.ATARI8BIT, "altirra", Platform.WS_WIN32,Platform.ARCH_X86, "Altirra/Altirra.exe");
|
add(Hardware.ATARI8BIT, "altirra", Platform.OS_LINUX,Platform.ARCH_X86_64, "Altirra/Altirra.sh");
|
||||||
add(Hardware.ATARI8BIT, "altirra", Platform.WS_WIN32, Platform.ARCH_X86_64, "Altirra/Altirra64.exe");
|
add(Hardware.ATARI8BIT, "altirra", Platform.OS_MACOSX, Platform.ARCH_X86_64, "Altirra/Altirra.sh");
|
||||||
|
add(Hardware.ATARI8BIT, "altirra", Platform.OS_WIN32,Platform.ARCH_X86, "Altirra/Altirra.exe");
|
||||||
|
add(Hardware.ATARI8BIT, "altirra", Platform.OS_WIN32, Platform.ARCH_X86_64, "Altirra/Altirra64.exe");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user