diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 96179aeb..81c6a765 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -34,7 +34,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, tag_name: `app-v${process.env.PACKAGE_VERSION}`, - name: `LLaMa v${process.env.PACKAGE_VERSION}`, + name: `Motionly v${process.env.PACKAGE_VERSION}`, body: 'Take a look at the assets to download and install this app.', draft: true, prerelease: false @@ -81,6 +81,7 @@ jobs: APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }} APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} + TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} CI: true with: args: ${{ matrix.platform == 'macos-latest' && '--target universal-apple-darwin' || '' }} diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index f59e52dc..8d2e9d76 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -33,9 +33,6 @@ "security": { "csp": null }, - "updater": { - "active": false - }, "windows": [ { "fullscreen": false, @@ -45,6 +42,14 @@ "height": 720 } ], + "updater": { + "active": true, + "endpoints": [ + "https://motionly.video/api/update" + ], + "dialog": true, + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDU4MjQ3NUREQkMyM0Y5RjMKUldUeitTTzgzWFVrV0I0dTk2RUsvOWRSUDBHS2MreTlyYjB2Z04rRDYvMnorUkE4QldVRDcxcSsK" + }, "cli": { "description": "Motionly cli", "longDescription": "Use Motionly cli to render videos",