You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ A companion app written with **React** and **Tauri** to help you manage your app
20
20
-[x] Start/Cancel your app build
21
21
-[x] Start/Cancel all your apps packaged in a bundled apps
22
22
-[x] The application can work with restricted access tokens (scoped on one app and with full access / read only)
23
+
-[x] Light/dark theme
23
24
-[ ] View the logs of your builds
24
25
-[ ] View all the available builds
25
26
-[ ] Edit / remove a bundled app
@@ -37,7 +38,7 @@ First install the application from the [release page](https://github.com/zenoxs/
37
38
38
39
Then you will need to create an API Token from your AppCenter account. This can be done in 2 ways:
39
40
40
-
- From your Appcenter [account settings](https://appcenter.ms/settings/apitokens), **/!\\ remark** if you do so thee generated token will have access to all your apps.
41
+
- From your Appcenter [account settings](https://appcenter.ms/settings/apitokens), **/!\\ remark** if you do so generated token will have access to all your apps.
41
42
- From the settings of your app : https://appcenter.ms/orgs/{owner}/apps/{app-name}/settings/apitokens
42
43
43
44

@@ -53,14 +54,10 @@ A bundled app is a logical representation of multiple appcenter's apps. If you r
53
54
54
55
## Confidentiality & Security
55
56
56
-
##
57
-
58
57
**Q:** Do AC Companion can acccess to my appcenter's account?
59
58
60
59
**A:** No, the application is designed to be a serverless application. All your data is stored in your local machine. AC Companion only uses the [App Center API](https://openapi.appcenter.ms/) to communicate with your appcenter's account.
0 commit comments