Skip to content

Commit

Permalink
building
Browse files Browse the repository at this point in the history
  • Loading branch information
karelnagel committed Apr 5, 2023
1 parent 4889da4 commit 1b73c70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' || '' }}
Expand Down
11 changes: 8 additions & 3 deletions app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
"security": {
"csp": null
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
Expand All @@ -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",
Expand Down

0 comments on commit 1b73c70

Please sign in to comment.