source: AE/installer2/src/net/oni2/aeinstaller/backend/packages/ECompatiblePlatform.java@ 653

Last change on this file since 653 was 648, checked in by alloc, 12 years ago

AEI2 0.99e:

  • Added forced offline mode (argument -offline)
  • Fixed bug when displaying dependencies during installation
  • Switched from term "mandatory" to "core" for always-install packages
File size: 235 bytes
Line 
1package net.oni2.aeinstaller.backend.packages;
2
3/**
4 * @author Christian Illy
5 */
6public enum ECompatiblePlatform {
7 /**
8 * Only for Win
9 */
10 WIN,
11 /**
12 * Only for MacOS
13 */
14 MACOS,
15 /**
16 * Usable with both platforms
17 */
18 BOTH
19}
Note: See TracBrowser for help on using the repository browser.