-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes activation key: tc.Deploy no longer require an activation key (…
…#53) * Removes activation key: tc.Deploy no longer require an activation key - tc.Deploy no longer check/use the key but the /r option on deploy command line still can be used without errors; - Removes /r option from the standard help; - DeploySettings.rasKey is no longer filled; - GlobalConstantPool no longer provide a "free sdk limitation" if DeploySettings.rasKey is null because TC is FOSSA * Removes activation key: RegisterSDK class is no longer being used - Removes RegisterSDK because is no longer being used; - tc.Deploy: - Affected by deletion of RegisterSDK - Fix /r case arg skip; - Removes FREE_BLOCKED_PLATFORMS - Removes Convert import (no longer used) - Launcher: - Affected by deletion of RegisterSDK - No longer has the key insertion screen - Remove /r from instructions helper - Remove track of TC usage - Fix some warnings * Removes activation key: DeploySettings.hasKey no longer makes sense - Removes hasKey and isFreeSDK attributes from DeploySettings - the above changes have affected tc.Deploy/J2TC and the errors have been corrected
- Loading branch information
Showing
7 changed files
with
10 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.