From 0f7d061009fb441f1e3ecd16b33af9647cac2fe6 Mon Sep 17 00:00:00 2001 From: Randomblock1 Date: Tue, 15 Dec 2020 18:37:21 -0600 Subject: [PATCH] prep for marketplace --- README.md | 2 +- action.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 475112b..70bfb99 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # theos-action -_Use Theos in your GitHub Actions to build iOS tweaks, even without a Mac._ +_Use Theos in your GitHub Actions to build iOS tweaks, even without owning a Mac._ ### Wait, what's Theos? [Theos](https://github.com/theos/theos) is a cross-platform building suite for iOS and MacOS. It's mainly used for developing and compiling jailbroken iOS tweaks for the iPhone/iPad. diff --git a/action.yml b/action.yml index fdb8942..2d8a891 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'Install Theos' description: 'Install Theos and prepare it for building projects' +icon: download-cloud +color: purple inputs: theos-dir: description: 'Where to install Theos (relative to the repo workspace itself)'