Skip to content

Commit

Permalink
Merge branch 'add-tauri'
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Feb 13, 2024
2 parents 7847e24 + ef0cfd0 commit 6ed9095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Copy static files
run: |
mkdir -p /built/packaged/static/
cp -r /built/packaged/docs/static/. /built/packaged/static/
mkdir -p ./built/packaged/static/
cp -r ./built/packaged/docs/static/. /built/packaged/static/
- name: Update Tauri version in tauri.conf.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"updater": {
"active": true,
"endpoints": [
"https://releases.myapp.com/{{target}}/{{arch}}/{{current_version}}"
"https://raw.githubusercontent.com/calliope-edu/pxt-calliope/main/src-tauri/latest.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDk0M0Q1QzFCRjlDQ0YyNzYKUldSMjhzejVHMXc5bEhvdGF2Y093NHZoSXhkSXlzbytjL3dvY0dZNjZzWldpam5qc3V6OFYvMFgK"
Expand Down

0 comments on commit 6ed9095

Please sign in to comment.