diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6968b73..1b6ebf6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,3 +51,13 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} CSC_LINK: ${{ secrets.APPLE_SIGNING_CERT }} + + # Either this: + APPLE_ID: ${{ secrets.APPLE_ID }} + APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} # App specific password + APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} + + # Or this: + # APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} + # APPLE_API_KEY_ISSUER_ID: ${{ secrets.APPLE_API_KEY_ISSUER_ID }} + # APPLE_API_KEY: ${{ secrets.APPLE_API_KEY_KEY }} diff --git a/package.json b/package.json index 67571bd..fd30e31 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vesktop", "version": "1.5.2", "private": true, - "description": "", + "description": "Vesktop is a custom Discord App aiming to give you better performance and improve linux support", "keywords": [], "homepage": "https://vencord.dev/", "license": "GPL-3.0", @@ -123,13 +123,15 @@ ] } ], - "category": "Network", + "category": "public.app-category.social-networking", + "darkModeSupport": true, "extendInfo": { "NSMicrophoneUsageDescription": "This app needs access to the microphone", "NSCameraUsageDescription": "This app needs access to the camera", "com.apple.security.device.audio-input": true, "com.apple.security.device.camera": true - } + }, + "notarize": true }, "dmg": { "background": "build/background.tiff",